Preload IFrame or load with Ajax.
Posted
by sidcom
on Stack Overflow
See other posts from Stack Overflow
or by sidcom
Published on 2010-04-16T03:00:48Z
Indexed on
2010/04/16
3:03 UTC
Read the original article
Hit count: 326
Hi all im building a web user interface. In this interface i use popup divs to capture user input and other tasks. On on of my popups i need to post a form so that i can handle uploaded files.
Id like to do this in an iframe so that it dosent effect the main page form.
Id like to know if there are any drawbacks to this method and if i should load the iframe into the page at startup or output the iframe via an ajax routine.
© Stack Overflow or respective owner