Results 1 to 4 of 4

Thread: Webbroswer!

  1. #1

    Thread Starter
    Fanatic Member stickman373's Avatar
    Join Date
    Mar 2001
    Location
    MA
    Posts
    909

    Webbroswer!

    i have code like this:

    VB Code:
    1. web1.Navigate ("http://bah.com")
    2.  
    3. Do
    4.   DoEvents
    5. Loop Until Not web1.Busy
    6. web1.Document.All("UserID").Value = Text1.Text
    7. web1.Document.All("Password").Value = Text2.Text
    8. web1.Document.Forms(0).submit

    When i do this with a certain webpage it opens the new page after submit in a new IE page instead of web1. How can i have it open in my webone instead?

  2. #2

    Thread Starter
    Fanatic Member stickman373's Avatar
    Join Date
    Mar 2001
    Location
    MA
    Posts
    909
    or how do i reference the value of a certain input in a frame?

    Plz how do i make web1 navigate to a popup instead of opening a new window of IE
    Last edited by stickman373; Oct 20th, 2001 at 01:26 PM.

  3. #3

    Thread Starter
    Fanatic Member stickman373's Avatar
    Join Date
    Mar 2001
    Location
    MA
    Posts
    909
    Anyone? Plz

  4. #4

    Thread Starter
    Fanatic Member stickman373's Avatar
    Join Date
    Mar 2001
    Location
    MA
    Posts
    909
    how about this? i get this when i try to sumbit the info i give it

    Method Not Allowed
    The requested method POST is not allowed for the URL /index.html.


    --------------------------------------------------------------------------------

    Apache/1.3.12 Server at www.gratisweb.com Port 80

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