<%@ Language=VBScript %> Form Submit

 

<% WriteLog("In File Jobs.asp" ) if Session("UserLoggedOn") then Response.Redirect "Jobs.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 %>