%@ LANGUAGE = VBScript%>
<% OPTION EXPLICIT %>
<%
Dim MyFirstVisit
' Get Cookie Value
' ****************
MyFirstVisit = Request.Cookies("Manifest")("FirstVisit")
' Check If they have been before
' ******************************
If MyFirstVisit <> "No" Then
MyFirstVisit = "Yes"
Response.Cookies("Manifest")("FirstVisit") = "No"
End If
Response.Cookies("Manifest").Expires = dateadd("d",1,now)
%>
QuaySkills Safety: Online Health & Safety Training: Management tools
QuaySkills Safety gives you free access to a suite of training management and performance monitoring tools. Click the links on the bottom right for more information.