sasha85
09-29-2007, 08:18 PM
for example on the first page
i got
dim a
a = abcd1234
<form action=page2.asp method=post ENCTYPE="multipart/form-data" ...>
...
</form>
on the page2.asp
how can i catch the value of a
-i do not want to use get\response.redirect\session\Server.Transfer\hidden value in the form
request.querystring
request.form
request.upload
not working
it's a simple question for people that know well ASP:)
i got
dim a
a = abcd1234
<form action=page2.asp method=post ENCTYPE="multipart/form-data" ...>
...
</form>
on the page2.asp
how can i catch the value of a
-i do not want to use get\response.redirect\session\Server.Transfer\hidden value in the form
request.querystring
request.form
request.upload
not working
it's a simple question for people that know well ASP:)