hi all...
i have 2 questions:
1. i want to send data to a server using a POST method, but i want first to send my form contents to an asp page and this page in turn sends the data to the server i want using the POST method. this is because there is some data i want to send that contain usernames and passwords and i wouldnt want anyone to see them. how could i do that in ASP??
2. after i send the POST data, i get a reply as a string of characters "125,145253696,12,2".... how can i capture this number in a variable, because i want to divide it up and get the status f my sent data from it and show it to the user.
Thanks All...
The HMS
i have 2 questions:
1. i want to send data to a server using a POST method, but i want first to send my form contents to an asp page and this page in turn sends the data to the server i want using the POST method. this is because there is some data i want to send that contain usernames and passwords and i wouldnt want anyone to see them. how could i do that in ASP??
2. after i send the POST data, i get a reply as a string of characters "125,145253696,12,2".... how can i capture this number in a variable, because i want to divide it up and get the status f my sent data from it and show it to the user.
Thanks All...
The HMS