View Full Version : I need help again! (New Windows)


punkycake
12-26-2003, 11:40 PM
Okay, this is my third topic today! I feel so "special" hehe Okay, this time I need help with Pop Ups. Not with the little boxes that come up and tell you stuff, but with the HTML code you use to make a link open in a new window, I have no idea what it's called, and I can't find it on this site. Please! Help me and give me the code, or give me a link to the code! Thanx alot!

zangerbanger
12-26-2003, 11:47 PM
I'm not entirely sure whether you want your page to open in a new browser window or a popup window, so here's the codes for both:

BROWSER:
<a href="[your url]" target="_blank">[text or image]</a>

POPUP:
http://www.lissaexplains.com/javascript4.shtml#window

Hope that helps :) .