View Full Version : Hyperlinks


Terrae
05-06-2003, 03:16 PM
How do I write a hyperlink so it opens a new window?


text is the normal way. (changing the ['s to < , ect) But I use Iframes and if there is a link then it just opens it in the Iframe...

lefty
05-06-2003, 04:06 PM
<a href="link.html" target="_blank">

Like that?

Terrae
05-06-2003, 04:19 PM
Ah HA! Thank you.