
October 14th, 2011, 03:31 AM
|
|
Contributing User
|
|
Join Date: Jan 2005
Posts: 49
Time spent in forums: 15 h 42 m 27 sec
Reputation Power: 9
|
|
|
Form fields in iFrame page, how can the parent page get the form data entered.
Hi,
I have form input fields but it is being called through iFrame by the page. But how do I get or pass the data entered into the parent page.
//parent page
Code:
<body>
<form action=next.cfm method="post">
<iframe namne="iframe" id="iframe_id" src="inputForm.html" height="150" >
<input name="Submit" type="submit">
</form>
</body>
When clicked Submit button, data will be passed to the next page.
Need your advice. Many thnks in advanced.
|