M
moweis
From within a frame, I know you can call a javascript function in the
parent using: parent.parent.functionCall()
Is there a way to this in a relative way (i.e. not absolute)?
For example, suppose a page (the parent) opens an iframe and passes it
a handle to function name of the parent.
Is there a way for the iframe to call that function?
Or to say it another way, is there a way for child page to call a
function on the parent page, where the function name is contained in a
variable?
Thanks
parent using: parent.parent.functionCall()
Is there a way to this in a relative way (i.e. not absolute)?
For example, suppose a page (the parent) opens an iframe and passes it
a handle to function name of the parent.
Is there a way for the iframe to call that function?
Or to say it another way, is there a way for child page to call a
function on the parent page, where the function name is contained in a
variable?
Thanks