
January 24th, 2008, 05:49 AM
|
|
Registered User
|
|
Join Date: Jan 2008
Posts: 1
Time spent in forums: 8 m 51 sec
Reputation Power: 0
|
|
|
How to load same form into different iframes(generated at runtime) and capturing data
Hi any please help me.
I have a form say Form1.html which contains some fields to capture some user information.
i am loading the same forms in to different iframes(which i generate at runtime and i will set each iframe's src to form say Form1.html.
for example iframe1.src="form1.html"
iframe2.src="form1.html"
now my question is how can i capture data entered on two forms which are kept intwo different iframes?
Please help me
Thanks in advace.
|