View Full Version : How do I make a link that opens in a NEW window?


chrishawthorne
08-01-2003, 05:30 AM
Please help me with that, also I would like a code that says Close Window and I need the code for that

Willberto
08-01-2003, 05:45 AM
link:
<a href="http://yourlinkhere.com" target="_blank">link</a>

close window (java):
<a href="javascript:window.close()">Close Window</a>