SP wrote :
When I use a form with a target is as window.open?
No, it is not as window.open().
Comp.lang.javascript FAQ
http://jibbering.com/faq/#FAQ4_37
In particular in the new window can I use window.opener.location?
No. Just try it.
In IE 5.2 and Safari 1.0 seems as window.opener is null
Can someone give more explanations?
A full cross-browser reference on window.open() is available here:
DOM:window.open()
http://developer.mozilla.org/en/docs/DOM:window.open
Unfortunately, there is no support info for Safari 1.x but there is for
MSIE 5+.
Gérard
--
remove blah to email me