ralphtrent
Programmer
Hello
Is there a way to send data to be accepted as "post" data (request.form) while send the data along with the address.
file.asp?value1=test&value2=test.
Or is there a way to send data via a link with out is being seen in the address/status bar. What I am trying to do is allow a "remember me" function in a login site. I am creating a cookie with the users info (id and password) and when they go to the page, it shows the id and password in the address, title, and status bar during the redirect. Is there a way, other then the obvious (not saving the password) to do this.
Thanks
Ralph
Is there a way to send data to be accepted as "post" data (request.form) while send the data along with the address.
file.asp?value1=test&value2=test.
Or is there a way to send data via a link with out is being seen in the address/status bar. What I am trying to do is allow a "remember me" function in a login site. I am creating a cookie with the users info (id and password) and when they go to the page, it shows the id and password in the address, title, and status bar during the redirect. Is there a way, other then the obvious (not saving the password) to do this.
Thanks
Ralph