IntelliTech Systems Inc. - Employee Portal
<% On Error Resume Next
Response.Expires=0
Response.Buffer=true%>
<%
if (session("pass")<>"yes") or (session("pass")="") then
Response.Redirect("timelogin.asp")
end if
%>
<%
strCon = "driver={MySQL ODBC 3.51 Driver};server=localhost;uid=itsyst3_itsyst3;pwd=vorapikuE1!;database=itsyst3_IntelliTech;option=NUM"
%>