%@LANGUAGE="VBSCRIPT"%>
<%
'=====================================================
'| |
'| Action Log |
'| |
'=====================================================
%>
<%
Option explicit
' Good idea to set when using redirect
Response.Expires = 0 ' always load the page, dont store
%>
<%
'------------ ACCESS CONTROL ------------------
%>
<%
'------------ Variable Definition -------------
Dim rsTemp
Dim rsQry
Dim retVal
Dim sActionDate, sUsername, sAction_type, sDescription
'------------ Constants Declaration -----------
'------------ Variable Init -------------------
'----------------------------------------------
%>