php - Using Javascript to enter data in to form fields in an iframe -
This is not the "how" question at this stage, and more "I can"
I am capturing form data at / page1.php - but the submission / page2.php has been loaded, which contains more form fields that are displayed through an iframe. The load that is hosted on the other server (just in case that makes a difference).
I have a question;
I hope this makes sense, but if someone needs explanation, please let me know.
Thanks
This part is important:
< Blockquote>The form that is loaded is hosted on another server (just in case that makes a difference).
There is a big difference, why is it here:
"The same basic policy prohibits the document or script loaded from an original source How to talk with a resource from other originals. "
You can try to use some Ajax to interact among pages.
Comments
Post a Comment