%@ 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 %>