|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
The following code (in a frame) works like a charm in IE4, opening the page in a new browser window.
<form><input name="button" type="button" value="foo" onClick='window.open("http://foo.htm", "", "")'></form> But in Navigator4.5, it loads the page into one of the other frames! Any clues? ------------------ Corrie Bergeron |
|
#2
|
|||
|
|||
|
The problem seems to be that you haven't named your new window, which is confusing the browser. Just name the window and that should fix it.
onClick="window.open('http://foo.htm', 'winname','')" |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > OnClick=window.open behaves badly in Netscape? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|