Response.Redirect Method Home » ASP » Response Object » Response.Redirect <%@Language=VBScript%> <%Option Explicit %> Response.Redirect <% Dim pass1, pass2 pass1 = "Laura" pass2 = "Laura" if(pass1 = pass2) then Response.Redirect("members.html") Else Response.Write("Invalid Password") End If %> Example: Response.Redirect (members.html) <%@Language=VBScript%> Response.Redirect Welcome to the member's page Output Read more » Share on Facebook Share on Twitter Share on Google Plus RELATED POSTS
Blogger Comment
Facebook Comment