Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

macfreek57

macrumors 6502
Original poster
Jan 1, 2002
379
0
Baton Rouge, Louisiana
i know (thought i knew) that there is an html code which allows a link to be opened in a new window. i though it was just a basic href but the target text (i.e. http://www.apple.com in href=www.apple.com) was different (like href=:*:&^#http://www.apple.com or whatever). i maybe wrong but how do i do this? i don't need a java script do i?

also,
is there a way to make the link open in a window behind the current window (like in omniweb)?
 

Rower_CPU

Moderator emeritus
Oct 5, 2001
11,219
2
San Diego, CA
Here's the code for opening a link in a new window:

<a href="http://www.site_to_link_to.com" target="_blank">Link text</a>

To have it pop behind, you'll have to use javascript...and I can't help you there.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.