View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Cesar Zapata[_2_] Cesar Zapata[_2_] is offline
external usenet poster
 
Posts: 66
Default Web Brower control question

Hello,

Using this control I'm go to a secure web site.... I enter my user id
and password..


now there is a web form that I need to fill out with some data in the
spreadsheet, this part I got it, then press ENTER on the web form
..
In a regular browser the webform, when you press enter, will send the
info and give you a empty form again but when I use the web control it
will give you an error saying that "you are not authorized to do this".
so what it looks like is that the control is creating a new fresh
instance instead of using the already logged in page...

Any ideas so the control acts the same way IE do? I hope you understand


TIA

CZ