GregArtemides
Programmer
I have a page, Page1.htm containing a form with a textfield, and a link which pops up another page, Page2.htm. Page2.htm contains an iframe.
When I press the link on Page1 to popup Page2, I would like to pass the text in the textfield on Page1 to the iframe on Page2.
Finally I would like to do the reverse. Pass the text from the iframe in page2 to the textfield on page1, by clicking a link on page2.
How do I do that?
When I press the link on Page1 to popup Page2, I would like to pass the text in the textfield on Page1 to the iframe on Page2.
Finally I would like to do the reverse. Pass the text from the iframe in page2 to the textfield on page1, by clicking a link on page2.
How do I do that?