Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
82577 Points
15430 Posts
MVP
Aug 11, 2008 04:42 PM|LINK
Since there is no window.returnValue variable in Firefox, your ONLY recourse is to do something like: window.opener.document.getElementById('someTargetObjectInOpener').value = 'value-to-return';
If it ain't there, you can't use it (or create it).
NC...
NC01
All-Star
82577 Points
15430 Posts
MVP
Re: how to simulate window.returnValue in non-IE browser like FireFox
Aug 11, 2008 04:42 PM|LINK
Since there is no window.returnValue variable in Firefox, your ONLY recourse is to do something like:
window.opener.document.getElementById('someTargetObjectInOpener').value = 'value-to-return';
If it ain't there, you can't use it (or create it).
NC...