Login | |
|
 |
RE: Opening new tab/browser in Javascript - 12/1/2007 6:03:52 AM
|
|
 |
|
| |
TNO
Posts: 1074
Score: 10
Joined: 12/18/2004
From: thenewobjective.com
Status: offline
|
instead of button click you could use hyperlink click: <a href="blah.html" target="_blank">Submit</a> IE6 will open a new window. IE7 and FF will open a new tab (for both browsers this can be overridden by the user in the options)
_____________________________
To iterate is human, to recurse divine. -- L. Peter Deutsch
|
|
| |
|
|
|
 |
RE: Opening new tab/browser in Javascript - 12/1/2007 10:37:51 PM
|
|
 |
|
| |
TNO
Posts: 1074
Score: 10
Joined: 12/18/2004
From: thenewobjective.com
Status: offline
|
hold on a sec..is this an HTML Application or a webpage?
_____________________________
To iterate is human, to recurse divine. -- L. Peter Deutsch
|
|
| |
|
|
|
|
|