I'm not too familiar with HTML, but I'm
guessing that this
question is easy to answer.
What's the code to open a new browser window
when someone clicks
on a link? I want a new window to open with the requested page as the open
document
<A HREF="http://whatever.the.url.is" TARGET="_blank"></A>
just add TARGET="_blank" to your link.
George