zzfive03
Programmer
- Jun 11, 2001
- 267
Is there a way I can pass a value to a web site (within the query string) but "trick" the processing page into thinking it is a .Form rather than a .Querystring?
For example:
I want the mysite.asp to be able to recived name as
Request.Form("name" rather than
Request.QueryString("name"
Is this possible?
Thanks in advnace.
For example:
I want the mysite.asp to be able to recived name as
Request.Form("name" rather than
Request.QueryString("name"
Is this possible?
Thanks in advnace.