Click to See Complete Forum and Search --> : Redirect


leeny
02-06-2005, 09:26 PM
I was wondering if it is possible to redirect the user to a specific page he/she request without the use of hyperlinks. Im suppose to list all the options in a drop down list and upon selection, say the page is Modified PBT, the user will be able to view that particular page.

is it something like

If Request("Submit")="Submit" then
materialType = request.form("MaterialType")
if materialType = "ModifiedPBT" then
Response.redirect.....
......


please assist me,im rather new in this. thanks in advance.

Jupac
02-06-2005, 09:27 PM
Response.Redirect("./default.asp")

Bullschmidt
02-09-2005, 08:09 AM
And as far as a page posting back to itself perhaps this may hopefully give you some ideas:

Classic ASP Design Tips - Post Back Page
http://www.bullschmidt.com/devtip-postbackpage.asp