Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q2041 How can I launch another browser with a page...instead of loading it up in the current browser?

irt.org | Knowledge Base | HTML | Q2041 [ previous next ]

Q2041 How can I launch another browser with a page...instead of loading it up in the current browser?

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?'


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.