coldfusion244 Posted December 14, 2004 Posted December 14, 2004 How can I populate an ASP form with values such as a username and password specified by an external program? For instance the user specifies a username and password, then say, every 5 minutes the program logs the person in and grabs all the new information (news, points, online friends,etc). I want to do this but i'm unsure how to populate the fields in the ASP page and then submit the form and get the reply. Any help is appreciated :D -Sean Quote -Sean
HJB417 Posted December 14, 2004 Posted December 14, 2004 use either LiveHTTPHeaders or ieHTTPHeaders to see what gets sent, and then send the same data using a HttpWebRequest object. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.