Hi,
I have a PHP code in which a HTML file is called using inline frame.
In this HTML file Text boxes are created dynamically using JavaScript.
How to store the data in the Textboxes into the Mysql database.
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, textboxes are created dynamically.
Hope u have some idea about my code.
I have another 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