Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. RShoe5

    Varification coding

    I have this at the top of each page. Does it do the same thing? <% If Session("blnIsUserGood") = False or IsNull(Session("blnIsUserGood")) = True then Response.Redirect"unauthorised_user_page.asp" End If %> The code you see above is where the original login is verified. It works fine. I think...
  2. RShoe5

    Varification coding

    I have a problem with some coding that I hope someone can help me with. I am very new to ASP. I have a Intranet site that employees log into. When they do, their username and password is verified. The coding for that is: <html> <head> <title>Verification Page</title> </head> <body> <% Dim...

Part and Inventory Search

Back
Top