iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Web Programming Discussion Forum Working with an API? Developing a plugin? Writing a Mod or script for your favorite blog, Web 2.0 site or Forum? Welcome.

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-03-2004, 01:37 AM
WebProWorld Member
 
Join Date: Jul 2004
Location: Connecticut
Posts: 61
TelecomHunter RepRank 0
Default real basic question

what is the line of code to put on any page that I want the links on that page to open a new window? any help?
tx

j
Reply With Quote
  #2 (permalink)  
Old 10-03-2004, 02:34 AM
WebProWorld 1,000+ Club
 
Join Date: Jul 2003
Location: Toronto, Canada
Posts: 1,782
cyanide RepRank 0
Default

Do you mean this?
Code:
<a href="http://somesite.com" target="_blank">
target="_blank"
__________________
|
Web Hosting Guru
| Need Help For Your Forum?
Reply With Quote
  #3 (permalink)  
Old 10-03-2004, 09:37 AM
paulhiles's Avatar
WebProWorld 1,000+ Club
 
Join Date: Jul 2003
Location: UK
Posts: 2,089
paulhiles RepRank 0
Default

If you wanted ALL links on a page to open in a new window when clicked, you could set the following in the head of your page:

<base target="_blank">

However, you should note this will affect every link (including your navigation) so I wouldn't be in favour of it myself. Opening new windows unnecessarily is generally frowned upon and isn't considered to be "user-friendly".
Reply With Quote
  #4 (permalink)  
Old 10-03-2004, 03:03 PM
WebProWorld Member
 
Join Date: Jul 2004
Location: Connecticut
Posts: 61
TelecomHunter RepRank 0
Default

This is the one: <a href="http://somesite.com" target="_blank">

Thank you very much

J
www.broadbandhunter.com
Reply With Quote
Reply

  WebProWorld > Webmaster, IT and Security Discussion > Web Programming Discussion Forum

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 09:03 AM.



Search Engine Optimization by vBSEO 3.3.0