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.
Bookmarks