Classic ASP.
Quote:
|
You don't have to submit the form using JavaScript.
|
Sorry,I probably did not explain well, I am trying to similuate a form without a form, in other words I would like to send some info from page1.asp to page2.asp without passing through the string, using a database etc, in other words, I would like to collect the values on page2.asp as if they had been sent from a form. Except that page1.asp will not include an HTML form, just server side scripting.