Forum Moderators: mack

Message Too Old, No Replies

opening a link (page) in a new window

opening a link (page) in a new window

         

Franky

2:23 am on Jan 22, 2003 (gmt 0)

10+ Year Member



Hello reader!

I'm wondering how I get a link (to another page) to open in a new window in my browser (so the new page doesn't open in the same window and replaces the page with the link).

Thanx in advance!
Greetings, Franky

bill

2:34 am on Jan 22, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



<a href="http://site.com/" target="_blank">link</a>

Just be forewarned that target is depreciated in XHTML.

Franky

4:33 am on Jan 22, 2003 (gmt 0)

10+ Year Member



Thanks bill, also for your extra comment!