|
-
Oct 20th, 2001, 01:10 PM
#1
Thread Starter
Fanatic Member
Webbroswer!
i have code like this:
VB Code:
web1.Navigate ("http://bah.com")
Do
DoEvents
Loop Until Not web1.Busy
web1.Document.All("UserID").Value = Text1.Text
web1.Document.All("Password").Value = Text2.Text
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?
-
Oct 20th, 2001, 01:20 PM
#2
Thread Starter
Fanatic Member
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.
-
Oct 20th, 2001, 01:55 PM
#3
Thread Starter
Fanatic Member
Anyone? Plz
-
Oct 20th, 2001, 02:03 PM
#4
Thread Starter
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|