Jump to content

Response.redirect


oyvind@musikklink.no

Recommended Posts

Hi, I have a form where the user inputs a number. I want the ASP to redirect the user to a webadress, and add the number inputted in the form to the end of the URL. Below is what I've tried, but it won't work. <%Response.Redirect("http://www.website.com/submenu=" & Request.Form("number"))%>So if the user inputs 123 he would be redirected to http://www.website.com/submenu=123What am I doing wrong?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...