| |
aezriel
Posts: 4
Score: 0
Joined: 9/7/2004
From:
Status: offline
|
Is it possible to post data through a URL in asp without using the response.redirect? I am writing a shopping cart checkout page which posts order info to the supplier. The supplier will collect the order info and calculate charges. The only way I can post data is through the URL, something looks like this "http://my.supplier.com/shoppingcart?add=webid&item_id=1234&qty=1..." If my client has 5 items in the shopping cart, the asp should loop 5 times to send order item to the url and back to a "Thank You" page. I do not want to use VBScript unless I don't have any other choices. Any idea?
|
|