D
DanG
Hello
As a starting point I downloaded the browser.mdb mentioned in an earlier thread
I added a button, that will navigate to a website. Once on this website, I sen
Me.ActiveXCtl1.Document.Forms(0).all("USER").Value = "user1
Me.ActiveXCtl1.Document.Forms(0).all("PASS").Value = "passwd
Me.ActiveXCtl1.Document.Forms(0).submi
to login, which works fine
The next page I come to looks like frames (3 of them) and the method I used above to
fill in fields with information does not seem to work on this page. What syntax shoul
I be using
Thanks
Da
As a starting point I downloaded the browser.mdb mentioned in an earlier thread
I added a button, that will navigate to a website. Once on this website, I sen
Me.ActiveXCtl1.Document.Forms(0).all("USER").Value = "user1
Me.ActiveXCtl1.Document.Forms(0).all("PASS").Value = "passwd
Me.ActiveXCtl1.Document.Forms(0).submi
to login, which works fine
The next page I come to looks like frames (3 of them) and the method I used above to
fill in fields with information does not seem to work on this page. What syntax shoul
I be using
Thanks
Da