iTech College - Internet Technology, Online Education, E-Learning, Technician Training, Tech Tutorials, Distance Education, Virtual Learning ASP Course: Redirect - www.itechcollege.com ASP Course: Redirect - www.itechcollege.com
Free Courses
HTML
JavaScript
CSS
ASP
PHP
JSP
C++
ASP.NET
SQL
AJAX
FTP
XML

courses > ASP > Redirect

Redirect

We can redirect users from one page to another. The basic syntax is:

response.redirect "<another page name>"

For example:

response.redirect "john.asp"

Let's imagine you have three clients: John, Mike and Joe. You want each client going to his own page after login. You may use Redirect.

We need five pages. Let's create three pages: john.asp, mike.asp and joe.asp for the three clients. Keep the first.asp as the same as the above. Modify second.asp:

<%
u=request("user")
p=request("pass")
if ((u="John") and (p="John123")) then
response.redirect "john.asp"
elseif ((u="Mike") and (p="Mike456")) then
response.redirect "mike.asp"
elseif ((u="Joe") and (p="Joe789")) then
response.redirect "joe.asp"
else response.write "<html><body>Sorry, invalid login</body></html>"
end if
%>

Open first.asp on web browser, enter user name and password. If the user name and password match what we defined in second.asp, then an user's page open.Otherwise, display a message: "Sorry, invalid login".



  Back to Index Page
 Next Page:  

Introduction
ASP Tags and Include File
Response and Request
If Then
For Loop
Redirect
Sessiont
Use Database


Online Education, Online Training for Your Job, Distance Education, E-learning Programs for Your Career!Online Colleges, Online Universities, E-learning & Distance Education for Your Career! Easy Job Training & Online Courses.


   Email A Friend  
 
Earn Online Degree
for Your Job
I found a job after I earned an online degree!
Online classes for finding a Job. Online College, Online University, Degrees, E-learning school, online certificate Earn your
online degree now!
Online Training
for Good Job
Why I work so hard but earn so little? Why I cannot find a high paying job?
Online training for a Good Jobs. Online Degree, E-learning school, online certificate Go to
online school now!

Copyright ©2024, itechcollege.com. All rights reserved
iTechCollege | About iTech | Contact iTech