Click to See Complete Forum and Search --> : passing variable to <iframe>


flashgroover
04-16-2003, 05:41 PM
iv learned how to pass variables from an <iframe> to its parent page, but can not figure out how to pass variable from the parent to the <iframe>. can this be done? along with maybe controlling other elements of the <iframe> from the parent page.

thanks

cesar

khalidali63
04-16-2003, 06:00 PM
Yes, you should be able to do this using

parent.frameName.variable

where variable is a global variable

Cheers

Khalid