|
Posted by Wladimir Borsov on September 9, 2004, 12:28 am
Please log in for more thread options
Inside a html page (more precicesly inside a JSP page) I defined a button.
When the user clicks this button a second browser window should pop up und load
the passed
URL. I coded
<img src="mybutton.gif" onclick='window.open("http://mydomain.com", "Mytitle);'>
However when I click on the button (under Win2000 + IE5.5) no window pops up.
Why?
Are there other ways to get a new browser window?
Wladi
|