Hi,
I have a page, it include a iframe inside, but how to make the iframe can access
the variable from it outer frame?
outframe id= frameout....it have a variable ...var intnumber,
iframe id=framein.
I use something like above, it not work..please help...
I have tried parent.document .frameout.intnu mber as well...
I have a page, it include a iframe inside, but how to make the iframe can access
the variable from it outer frame?
outframe id= frameout....it have a variable ...var intnumber,
iframe id=framein.
Code:
if (top.document.frameout.intnumber=="1") { } else { }
I have tried parent.document .frameout.intnu mber as well...
Comment