<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <% ' *** Validate request to log in to this site. MM_LoginAction = Request.ServerVariables("URL") If Request.QueryString <> "" Then MM_LoginAction = MM_LoginAction + "?" + Server.HTMLEncode(Request.QueryString) MM_valUsername = CStr(Request.Form("eeno")) If MM_valUsername <> "" Then Dim MM_fldUserAuthorization Dim MM_redirectLoginSuccess Dim MM_redirectLoginFailed Dim MM_loginSQL Dim MM_rsUser Dim MM_rsUser_cmd MM_fldUserAuthorization = "" MM_redirectLoginSuccess = "register2.asp" MM_redirectLoginFailed = "Default.html" MM_loginSQL = "SELECT EmployeeNo, DOB" If MM_fldUserAuthorization <> "" Then MM_loginSQL = MM_loginSQL & "," & MM_fldUserAuthorization MM_loginSQL = MM_loginSQL & " FROM EmployeeData WHERE EmployeeNo = ? AND DOB = ?" Set MM_rsUser_cmd = Server.CreateObject ("ADODB.Command") MM_rsUser_cmd.ActiveConnection = MM_webdata_STRING MM_rsUser_cmd.CommandText = MM_loginSQL MM_rsUser_cmd.Parameters.Append MM_rsUser_cmd.CreateParameter("param1", 5, 1, -1, MM_valUsername) ' adDouble MM_rsUser_cmd.Parameters.Append MM_rsUser_cmd.CreateParameter("param2", 135, 1, -1, Request.Form("fname")) ' adDBTimeStamp MM_rsUser_cmd.Prepared = true Set MM_rsUser = MM_rsUser_cmd.Execute If Not MM_rsUser.EOF Or Not MM_rsUser.BOF Then ' username and password match - this is a valid user Session("MM_Username") = MM_valUsername If (MM_fldUserAuthorization <> "") Then Session("MM_UserAuthorization") = CStr(MM_rsUser.Fields.Item(MM_fldUserAuthorization).Value) Else Session("MM_UserAuthorization") = "" End If if CStr(Request.QueryString("accessdenied")) <> "" And false Then MM_redirectLoginSuccess = Request.QueryString("accessdenied") End If MM_rsUser.Close Response.Redirect(MM_redirectLoginSuccess) End If MM_rsUser.Close Response.Redirect(MM_redirectLoginFailed) End If %> Verify

logo



 

 

Important!
Anyone accessing this website is required to read and accept the terms of the Watson Electrical Construction Company LLC Web site E-Media Policy. By logging into this secure website below, you are attesting that you have read the policy and agree to the terms and conditions set forth in the in the document. Please follow the link below to access a copy of the policy.

Watson Electrical Web site E-Media Policy Agreement


Active Employee

Please enter you EMPLOYEE NUMBER and BIRTHDATE and click SUBMIT. You must enter your birthdate Year-Month-Day. Example: 1980-03-25

 
 





Employee Number:

Date of Birth :
(ex: 1980-03-25)

   
 
(Your Employee Number is located on your Pay Stub or contact your Supervisor for assistance.)
 
 

Back to Login Screen

 

 

 

 

 

 

 

 

 

 

 

Copyright © 2008 Watson Electrical Construction Co. LLC . All Rights Reserved.