Connecting Tech Pros Worldwide Help | Site Map

parent.opener.document

  #1  
Old May 11th, 2006, 07:15 AM
Zephyr
Guest
 
Posts: n/a
Hi,

I've got a problem calling parent.opener.document within InternetExplorer
version
6.0.2900.2180.xpsp.050928-1517. The call leads to a script error
'Unallowed memory access'. Within older IE version and other browsers it
works fine.
But changing the browser is not a solution, unfortunately.

Does anyone knows the problem and a solution?

Thanks
Patrick


  #2  
Old May 11th, 2006, 07:35 AM
Randy Webb
Guest
 
Posts: n/a

re: parent.opener.document


Zephyr said the following on 5/11/2006 2:10 AM:[color=blue]
> Hi,
>
> I've got a problem calling parent.opener.document within InternetExplorer
> version
> 6.0.2900.2180.xpsp.050928-1517. The call leads to a script error
> 'Unallowed memory access'. Within older IE version and other browsers it
> works fine.
> But changing the browser is not a solution, unfortunately.[/color]

Why is updating the browser not a solution?

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
  #3  
Old May 11th, 2006, 07:55 AM
Zephyr
Guest
 
Posts: n/a

re: parent.opener.document


>> 6.0.2900.2180.xpsp.050928-1517. The call leads to a script error[color=blue][color=green]
>> 'Unallowed memory access'. Within older IE version and other browsers it
>> works fine.
>> But changing the browser is not a solution, unfortunately.[/color]
>
> Why is updating the browser not a solution?[/color]

This version is the latest IE update from MS.


  #4  
Old May 11th, 2006, 09:05 AM
Randy Webb
Guest
 
Posts: n/a

re: parent.opener.document


Zephyr said the following on 5/11/2006 2:53 AM:[color=blue][color=green][color=darkred]
>>> 6.0.2900.2180.xpsp.050928-1517. The call leads to a script error
>>> 'Unallowed memory access'. Within older IE version and other browsers it
>>> works fine.
>>> But changing the browser is not a solution, unfortunately.[/color]
>> Why is updating the browser not a solution?[/color]
>
> This version is the latest IE update from MS.[/color]

It is? I just did every single update MS has for IE and I don't have
050928-1517. In fact, I don't have the .xpsp. either, I have:

6.0.2900.2180.xpsp_sp2_gdr.050301-1519

The fact that you have xpsp instead of, at minimum, xpsp_sp2 indicates
that you do not have the latest IE update.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
  #5  
Old May 11th, 2006, 03:05 PM
Zephyr
Guest
 
Posts: n/a

re: parent.opener.document


>[color=blue]
> 6.0.2900.2180.xpsp_sp2_gdr.050301-1519
>
> The fact that you have xpsp instead of, at minimum, xpsp_sp2 indicates
> that you do not have the latest IE update.[/color]

But If I try to update by MS update, the version is not changing.


Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
works on Mozilla doesn't work on IE window.opener.document Peter answers 2 June 13th, 2006 04:35 PM
Submit to parent.opener Alan Little answers 7 April 13th, 2006 11:35 PM
Problem with params between parent and popup windows using IE (everything's fine with Firefox) Audrius answers 5 September 16th, 2005 12:35 PM
About opener.document.forms[0] Omar answers 4 July 23rd, 2005 07:59 PM