DebugBar Forums
 
 HOME 
 DOWNLOAD 
 BUY 
 DOC / WIKI 
 FORUM 
 CONTACT 
Stay tuned : rss feed

Forum Home


advanced search

You are not logged in.

Announcement

Forums are now closed as we moved them to google groups. You can use the following Google Groups to discuss about DebugBar and IETester products:

#1 2010-01-15 13:07:30

hartkrass
New member

JS problem with window.opener command

Hello,

I´ve installed Windows 7 Professional with the IE 8.
I´m using IETester v.0.4.2

The problem I have, is that I open a new window, that shall get access to its parent window. For this I use window.opener. It seems, that this JS is not supported.

parent Window:

<script type="text/javascript>
   window.open("chk_js.php", "CHK_WIN");
</script>

chk_js.php:

<script type="text/javascript>
        window.opener.document.getElementById('desktop_loading').style.visibility = 'hidden';
        window.opener.document.getElementById('load_msg').innerHTML = '';
        window.close();
</script>

IETester tells me, that typeof(window.opener) is undefined

Bye
hartkrass

Last edited by hartkrass (2010-01-15 13:14:24)

Offline

 

#2 2010-01-15 13:13:34

fabrice
DebugBar Support

Re: JS problem with window.opener command

Hi,

This is not yet supported under IETester.

Offline