%@ LANGUAGE = VBScript%>
<% OPTION EXPLICIT %>
<%
Dim MyFirstVisit
Dim promocode
' 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)
promocode = Request.QueryString("promocode")
%>
Manifest: Online Health & Safety Training: Management Tools
Manifest gives you free access to a suite of training management and performance monitoring tools. Click the links on the bottom right for more information.