If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Post data to a form?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-15-04, 17:26
gbnfl gbnfl is offline
Registered User
 
Join Date: Sep 2003
Posts: 2
Post data to a form?

How would I post login information to webpage so I can automatically login and grab the data after I log in?

This is the site i am trying to log into:

https://www.pld.ups.com/HMU2Logon.jsp
Reply With Quote
  #2 (permalink)  
Old 03-15-04, 19:22
MrWizard MrWizard is offline
Registered User
 
Join Date: Mar 2003
Location: Atlanta, GA
Posts: 191
You need to "view source" of the ups page, and look at how the FORM on the page is set up. Your ASP page needs to send the same POST information (variables and values), to the same destination web page as the UPS page.

You could perhaps do this using the MS Msxml2.ServerXMLHTTP object.

Tim
__________________
Tim
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On