I have a scrip running and I would like to send the data back to the page with the a post so that the data is not appended to the URL i.e I would like to hide the data from the users. I have thought about using a cookie and session variables but would prefere it if I could just post the data back from the server rather than what I am currently using:
response.redirect("../somepage.asp?name=somenae&var2=somevar2")
thanks