<%@ Language=VBScript %> Form Submit

 

<% if Session("UserLoggedOn") then Response.Redirect "Products.htm" ' "http://12.16.132.36/begin.htm" else Session(g_sMessage) = g_sMessageNotLoggedOn Response.Redirect "MessageFrame.htm" ' Response.Write "Sorry ! you are required to be logged on to view this part of the web site." end if %>