| Author |
IE: window.opener is null
|
Abhishek Asthana
Ranch Hand
Joined: Sep 08, 2004
Posts: 146
|
|
This has driven me to nuts!
I open a new window from a JSP.
From this new window, I want to put some code in it's opener.
And in IE7, window.opener is null, whereas it works fine in FF.
Any ideas what can be wrong? Or any workaround?
Thanks
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15362
|
|
Why are you using window.opener with a modal window?
Main Page
Modal Window
Eric
|
 |
 |
|
|
subject: IE: window.opener is null
|
|
|