Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Article Manager 1:
Opening links in a new browser window

 

 


gsmith
User

Sep 12, 2002, 8:40 AM

Post #1 of 3 (2244 views)
Shortcut
Opening links in a new browser window Can't Post

Howdy,

What is the best method to use with AM to open links to outside sites in a new browser window?

Thanks


MalaK_3araby
User

Sep 12, 2002, 3:03 PM

Post #2 of 3 (2226 views)
Shortcut
Re: [gsmith] Opening links in a new browser window [In reply to] Can't Post

hi gsmith

you could just edit the templates and add target="_blank" where you want the link to open in a new window.

example:
find the link <a href="somestuff.shtml">$text</a> and change to
<a href="somestuff.shtml" target="_blank">$text</a>

--------------
Sure you can spell it, but do you get it?


gsmith
User

Sep 13, 2002, 10:37 PM

Post #3 of 3 (2202 views)
Shortcut
Re: [MalaK_3araby] Opening links in a new browser window [In reply to] Can't Post

Thanks, I knew it was something simple