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