Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: broswer windows and NN2


Message #1 by "Liliana Meneses" <menesesg@h...> on Thu, 25 Oct 2001 19:42:24
My God! Netscape 2!!!

Anyway, I don't think that it supports the onClick event.
Try <a href=3D"javascript:window.open(url)">Open new window</a> 
instead!


/Robert


-----Original Message-----
From: Liliana Meneses [mailto:menesesg@h...]
Sent: den 25 oktober 2001 21:42
To: JavaScript HowTo
Subject: [javascript_howto] broswer windows and NN2


Hi,

I am working with Netscape 2.02 (that is the client=B4s enviroment), 
all
pages in the project are opened in a browser window. The launcher has 
an
onload event window.open(), but inside the pages I also need to have 
other
 browser windows, that means a browser window opens another browser
window. Of course in Netscape 4++ there is no problem but in Netscape 
2.02
the launcher opens the first window, but when I try to open the second
browser window through it simply doesn=B4t work, I am using the onclick 
event
to do so and the window.open() and window.close() method. Does anybody 
have
an idea why the first page opens the second don=B4t?. And if it is 
something
about the browser version, does anybody has an advice of what can I do
instead?

Thanks in advance.

  Return to Index