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

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top