Hindu Wedding Cards
<%
if Request.QueryString("status") = "loginfailed" then
Response.Redirect "loginagain.asp"
End If
if Request.QueryString("status") = "passfailed" then
Response.Redirect "loginagain.asp"
End If
if Session("authorization")="true" then
Response.Write ("success in login.asp")
end if
%>