Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: mutiple window


Message #1 by "ramy m" <ramymoneiry@y...> on Thu, 13 Feb 2003 23:27:25
Do not name the window in the window.open method.

Do it like this:

window.open(strURL, "", strProps);


/Robert



-----Original Message-----
From: ramy m [mailto:ramymoneiry@y...]
Sent: den 14 februari 2003 00:27
To: JavaScript HowTo
Subject: [javascript_howto] mutiple window



hi all
 I used window.open() to open a new window but I need mutiple instance
and
not the same window for all pages , the problem that my code open the
next
URL on the same wiondow and I need evey URL in a new window . how can I
do
that


 thanks

  Return to Index