syntax for redirect with form data

M

mettá

I know this is wrong

Response.redirect("type.asp?r=2&des=request.form("des")")

What is the correct form in asp page?

Thanks
M
 
B

Bob Barrows

mettá said:
I know this is wrong

Response.redirect("type.asp?r=2&des=request.form("des")")

What is the correct form in asp page?

Response.redirect "type.asp?r=2&des=" & _
request.form("des")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top