by sbarrett >> Fri, 3 Dec 2004 2:01:46 GMT
This is a long shot - but here goes:
I'm executing the following excerp of javascript on the submit of a 'popup' window (here 'opener' is the parent browser window)
.....
window.opener.JadeForm.submit();
window.close();
return;
}
.....
In IE I find it works fine, but in Netscape Navigator v 7.xx, it fails to submit the opener, and fails to close the popup window. I can assertain the client browser type and execute different code dependant on that, but does anyone know what alternative code might work for NN?
Thanks,
Tim