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?





Reply With Quote