Results 1 to 3 of 3

Thread: IFrame in html page

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2009
    Posts
    3

    IFrame in html page

    Hi

    I Learned a lot from this forum but i haven't found one thing from searching

    Today i try to fill data in one form when i see the pagesource of that forum i got this

    VB Code:
    1. Main Page
    2.  
    3. <HTML>  
    4. <frameset frameborder="0" framespacing="0" border="0" rows="100%" noresize>
    5. <frame name="p00p" src="http://localhost/1.html" noresize>
    6. </frameset>
    7. </HTML>


    @@@@@@@

    1.html

    VB Code:
    1. <html>
    2. <head></head>
    3. <body>
    4. <input name="testfield" type="text" />
    5. <input type="submit" value="submit form" />
    6. </body>
    7. </html>

    How to fill data in this
    Last edited by Andre Altringer; Aug 26th, 2009 at 04:11 AM.

  2. #2

    Thread Starter
    New Member
    Join Date
    Aug 2009
    Posts
    3

    Re: IFrame in html page

    Added Full Detail

  3. #3

    Thread Starter
    New Member
    Join Date
    Aug 2009
    Posts
    3

    Re: IFrame in html page

    plz help me i getting error type mismatch what to do ?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width