<%@ Language=VBScript %> <% '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ' File Name : Login.asp ' Directory : /asa/ ' Author : SivaJanardhanaReddyGotike ' Date : 02-04-02 ' Purpose : This page is the login page which has the userinterface to enter the login name and password details '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' option explicit Response.Buffer=true Response.CacheControl = "Private" Response.Expires = 0 on error resume next %> ! College Students, Foreign Exchange, Home Exchange, Study Abroad Program, Student Travel, Studying Abroad - AcademicStudies.com

 

E-Mail Address
Password
<% if(Request.QueryString("u")="bad") then Response.write "
User is not registered !...
" else Response.write "
" end if if(Request.QueryString("p")="bad") then Response.write "
Invalid User Id / Login!...
" else Response.write "
" end if %>

Having problems logging, Please click here