[Javascript] Accessing atributes - window.opener

Hershel Robinson hershelr at netvision.net.il
Mon Sep 27 14:51:08 CDT 2004


> Now, I've put an input text field on the first page.
> With a click in OK, on the opened window, I want to
> put a value on this input text field. I tried several
> things, like window.opener.document...,
> self.opener.document, and so on. None of these worked.

Did you try just opener.document ?

Works for me on IE6 anyhow.

Hershel Robinson



More information about the Javascript mailing list