Problem with QueryString in ASP
Hi all,
Is it possible in ASP to pass values in QueryString through variables rather than passing as direct values?
I was trying like this <form action="http://localhost/a.asp?name=&nam">
But failed.If possible help me.
Thanks in advance
|