View Full Version : whats the code for pop up link?


xCandy
12-04-2005, 03:17 AM
i need a link that will open a new window

starlet
12-04-2005, 04:16 AM
For an actual js popup:
http://www.lissaexplains.com/javascript4.shtml#window

If you simply want a link to open in a new browser window then you can add target="_blank" to the link:

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