Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Webbroswer object and Frames

Status
Not open for further replies.

onetomany

Programmer
May 15, 2000
55
0
0
US
I am trying to fill in a HTML form in an asp page that I have loaded into the webbrowser object on a VB form. I have no problem getting it to work unless there are frames.

Here is the code I am using that works in a page without frames.

frmSBrowse.SBrowser.Document.Forms(0).MIDDLE_NAME.Value = "XYZ"

I am familiar with the DOM but everything I have tried gives me an error #91 "object variable or with block variable not set"

Does anyone have an idea of how to acces the document object of a specific frame using the webbrowser object.

thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top