| Forums | Email a Colleague | FAQ |
|
Dr. Website® Archives 2002May. 23, 2002
I have a page that has an iframe that loads another website into a scrollable window. What I want to do is to create a textarea below that and when the user is finished entering in the textarea, print both the content of the iframe window, at the top, and, at the bottom, the content of the textarea all in one html page. It's okay if it opens up into a new browser window. Can you help me and/or recommend some references? Thanks. Answer:
This is not an elegant solution, but may be your only option aside from scraping the contents of the iframe and creating another document on the fly that include the form content and the iframe content.
--Dr.Website Question: Answer: About the only way to do this is to open a new window...then there is no "back." --Dr.Website
Question: Within that child window is a link that closes the child and redirects the main window to a different page. Is this possible and if so how do you do it. I can close the window, but I can't figure out how to carry the link across to the main window.. Answer: --Dr.Website ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|