URL: http://community.realitytvworld.com/cgi-sys/cgiwrap/rtvw2/community/dcboard.cgi
Forum: DCForumID33
Thread Number: 130
[ Go back to previous page ]

Original Message
"Open In New Window"

Posted by cqvenus on 09-26-03 at 05:41 PM
Just curious how you write it into the coding that everything that's a link automatically opens in a new window. Thanks.


- help appreciated


Table of contents

Messages in this discussion
"RE: Open In New Window"
Posted by sleeeve on 09-26-03 at 05:42 PM
If you're talking about this site, everything that you link from a post will automatically open in a new window... there is no reason to add any special coding for your messages here.

"no..."
Posted by cqvenus on 09-26-03 at 05:52 PM
I know they automatically open in new window.

I was wondering how you guys got that to happen (because it doesn't on all sites, and I'd like to be able to do it!)


- thanks


"RE: Open In New Window"
Posted by sleeeve on 09-26-03 at 07:41 PM
In general, you need to encode your link like this:

<a href="http://www.yourlinkhere.com" target="_blank">Words that people should click to follow link</a>

NOTE: Use of the <a> tag is disabled on these forums, so you cannot use the above code at this site.


"RE: Open In New Window"
Posted by cqvenus on 09-27-03 at 12:50 PM
cool thanks