Contact Us Forum Rules Search Archive
WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Webmaster, IT and Security Discussion > Web Programming Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox 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.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-03-2004, 01:37 AM
WebProWorld Member
 

Join Date: Jul 2004
Location: Connecticut
Posts: 63
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: 2,193
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,803
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: 63
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
Tags: , ,



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

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


Search Engine Optimization by vBSEO 3.2.0