Hi,
Thanks for ur reply.
Here is the code in which i am calling a HTML file in a Frame.
echo"<iframe src ='page2.html' width='550px' name='page'>"." </iframe>";
This code is in a page named page1.php.In page2.html,text boxes are created dynamically.
Hope u have some idea about my code.
Here is my doubt.
Can we post a inline frame to next page ?
OR
Can we call the file (page2.html) in a text area and post the text area to the next page
Thanks for ur reply.
Here is the code in which i am calling a HTML file in a Frame.
echo"<iframe src ='page2.html' width='550px' name='page'>"." </iframe>";
This code is in a page named page1.php.In page2.html,text boxes are created dynamically.
Hope u have some idea about my code.
Here is my doubt.
Can we post a inline frame to next page ?
OR
Can we call the file (page2.html) in a text area and post the text area to the next page