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