You are here: irt.org | FAQ | HTML | Q2041 [ previous next ]
In your hyperlink code, add the attribute TARGET="new". This will automatically open a new browser window.
For example:
<A HREF="links.htm" TARGET="new">Go to my Links page</A> Note that the word "new" itself doesn't do it, it's the fact that you don't have any frames with that name. You could also use TARGET="hello" if you wanted to, it would have the same effect. Feedback on 'Q2041 How can I launch another browser with a page...instead of loading it up in the current browser?'
|