df********@hotmail.com (helixpoint) writes:
I have a page (page A) that has an IFRAME in it. The IFRAME opens a
page (Page B)that has checkboxes in it. When I click on a box in page
B , it has an onclick that needs to run a function in Page A. I have
been trying window.opener.function() with not luck. Any ideas?
I guess that the function isn't called "function" (a keyword).
You have *three* pages:
the outer one, A
a page in the iframe, you don't name this
and the page in the openend window, B
To go from B to A, the path is:
window.opener.parent.functionName()
^itself ^iframe ^outer
You can read more here:
<URL:http://www.infimum.dk/HTML/JSwindows.html#ref_2_6>
/L
--
Lasse Reichstein Nielsen -
lr*@hotpop.com
DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleDOM.html>
'Faith without judgement merely degrades the spirit divine.'