Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
1.80/5 (2 votes)
See more:
Hello All,

I want to open multiple Iframe windows in a single page. If first time someone is hitting the page first Iframe window pops up and fill the form inside the Iframe. And if page hits by user second time second Iframe window pops up and so on. Now the issue is coming when the first Iframe is open and user is filling up the Form and at the same time another hit comes to the page the Form data filled by the user inside the frame 1 clears. How can I resolve this issue.
Thanks
Posted
Comments
Afzaal Ahmad Zeeshan 19-Nov-15 5:41am    
You have no control over iframe loaded website. It is controlled by the code written inside the website that gets loaded.

If you are trying to load your own web pages in an iframe, then it would be a very bad idea.
Nathan Minier 19-Nov-15 7:58am    
While use of iframes is supported, it is very strongly discouraged. You're better off loading HTML into divs, and using styling to create popup forms (z-index, etc).
Sinisa Hajnal 20-Nov-15 6:18am    
If they are your iframes, redesign and debug until you don't get the issue. If this is another site you're showing in iframe, you're out of luck, there is very little you can do.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900