I have a form named form-web.asp and the action of the form is web-process.asp. Basically users are accessing the form while adding a name and surname as parameters. ex /form-web.asp?name=tyron&surname=vella . In the web-process.asp I want to get these values.
How I can do this please?