How to do in PHP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shobham
    New Member
    • Nov 2007
    • 3

    #1

    How to do in PHP

    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
Working...