Web Page Input

  • Thread starter Thread starter Looch
  • Start date Start date
L

Looch

Hi All,

I have a button on a win form that opens the UPS web site, which uses
a .jsx page for the default page. Easy enough. I've viewed the source
code of the page and found the input boxes for the user name and
password. Is it possible to interact with the web page from my
application to automatically fill in the user name and password and
ultimately click the log in button when the page opens?

Thanks
 
Looch,

Normaly you have only to edit the URL for that, however your better of then
asking this in a web newsgroup. There it is normal stuff, the only thing you
probably will do for this in C# is someting as :

string TheUrlString = @"whatever@postone,whatelse@posttwo\\The rest of the
URL"

Cor
 
Back
Top