Is there any HTML code so that I can get a new window to open for a hyperlink, like when people click on it.
Opening page in new window
<a href="HEREGOESYOURLINK" target="_blank">HERE GOES YOU LINK</a>
Nice and simple
Nice and simple
Thanks a lot!!! 
target="_blank"
sure! that's all you need
sure! that's all you need
FYI:
_parent = in the same window
_blank = in a new window
_self = in the frame you placed the link
_top = in the upper frame
_parent = in the same window
_blank = in a new window
_self = in the frame you placed the link
_top = in the upper frame
Thanks everyone!
