Two Laptop Bag
The moose likes HTML, CSS and JavaScript and the fly likes IE: window.opener is null Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "IE: window.opener is null" Watch "IE: window.opener is null" New topic
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
    
    6
Why are you using window.opener with a modal window?

Main Page


Modal Window


Eric
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: IE: window.opener is null
 
Similar Threads
reqest.getHeader(Referer) infomation lostin new window
getHeader("Referer") returns null
to close an opener
Communication between Child and Parent Window
Question on using showModalDialog