Hello,
I'm hoping someone can help me out.
I'm trying to pass variable data from a parent page to an iframe page and back again...
I can get the variable data into the iframe with :
request.getParameter( "myvariable" ); from the iframe but I can't see a way of getting that variable (once updated in the iframe) to be read by the parent window.
Can I read it somehow with the iframe name...
such as:
String myvar=myIframeName.myvariable; ?