OutFront Forums
     Home    Register     Search      Help      Login    

Follow Us
On Facebook
On Twitter
RSS
Via Email

Recent Posts
Todays Posts
Most Active posts
Posts since last visit
My Recent Posts
Mark posts read

Sponsors
Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.
Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.
Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

 

Form Confirmation

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP, PHP, and Database >> Form Confirmation
Page: [1]
 
yonk

 

Posts: 4
From: asdf
Status: offline

 
Form Confirmation - 10/3/2001 20:01:00   
Hi i'm making a quiz that rates their answers and redirects them to another page based on their answers.
instead of the form confimation page, i would like to use some response.redirect "other.asp" pages which i would naturally put in the asp. but, my question to you on how i would go about doing this--> i don't want to send to database or email, just open up the page.asp that the person is directed to based on the calculations.
How could i do this?

Stuey

 

Posts: 203
From: Dudley West Midlands, United Kingdom
Status: offline

 
RE: Form Confirmation - 10/3/2001 20:45:00   
You need to arive a value that allows you to decide where you want them to go.

you send them to a page that says

IF Firstname = "bob" then
response.redirect("bobspage.asp")
End if

IF Firstname = "Jane" then
response.redirect("janespage.asp")
End if


or you got to school, http://www.w3schools.com

------------------
Stuart Steele
stuart@stuweb.co.uk
http://www.stuweb.co.uk


(in reply to yonk)
Page:   [1]

All Forums >> Web Development >> ASP, PHP, and Database >> Form Confirmation
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts