workplace.thecsicompanies.com Open in urlscan Pro
173.224.64.135  Public Scan

URL: http://workplace.thecsicompanies.com/workplace/Central/Login.aspx
Submission: On September 28 via manual from US — Scanned from DE

Form analysis 1 forms found in the DOM

Name: frmLoginIDPOST ./Login.aspx

<form name="frmLoginID" method="post" action="./Login.aspx" id="frmLoginID" target="LoginFrame" class="ui-mobile-viewport ui-overlay-b">
  <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="cmF2HxDe3eOH09/var/egttoBVUr8DGGhbcnBtFVyiJlJId09QuYv/7mqawEx8a0pnDNY79H4/LMS+U9Q82RQO3DarNiy6eM9RiYwC0L0ik=">
  <script>
    var aLanguage = new Array();
    aLanguage[0] = new Array();
    aLanguage[0][0] = 'English';
    aLanguage[0][1] = '2';
  </script>
  <script>
    var aOnPageKeyPressEvents = new Array();
    window.onkeydown = function OnPageKeyPress(oEvent) {
      var oEvent = window.event || oEvent;
      var strKey = String.fromCharCode(oEvent.keyCode);
      if (oEvent.keyCode == 112) {
        PageOnHelp();
        oEvent.preventDefault();
        oEvent.stopPropagation();
      }
    }
  </script>
  <input type="hidden" name="hdnMSGProcessing" id="hdnMSGProcessing" value="Processing...">
  <input type="hidden" name="hdnMSGUserRequiredToChangePass" id="hdnMSGUserRequiredToChangePass" value="User will be required to change their Password upon next Login.">
  <input type="hidden" name="hdnMSGMustResetPass" id="hdnMSGMustResetPass" value="You must Reset the user password in order to Force a Password Change for this User!">
  <input name="hdnLanguage" type="hidden" id="hdnLanguage" value="2">
  <input name="hdnCompany" type="hidden" id="hdnCompany">
  <input name="hdnCustomer" type="hidden" id="hdnCustomer">
  <input type="hidden" id="hdnAction" name="hdnAction">
  <input name="hdnLangUserNameWarn" type="hidden" id="hdnLangUserNameWarn" value="Please enter your User Name!">
  <input name="hdnLangPasswordWarn" type="hidden" id="hdnLangPasswordWarn" value="Please enter your Password!">
  <input name="hdnAuthMode" type="hidden" id="hdnAuthMode" value="APP">
  <input name="hdnErrorOnDisplay" type="hidden" id="hdnErrorOnDisplay">
  <input name="hdnLangURL" type="hidden" id="hdnLangURL" value="Login.aspx?&amp;idfWCLanguageKey=">
  <input name="hdnIsMobile" type="hidden" id="hdnIsMobile" value="0">
  <input name="hdnCompanyCptn" type="hidden" id="hdnCompanyCptn" value="Company">
  <input name="hdnLanguageCptn" type="hidden" id="hdnLanguageCptn" value="Language">
  <input name="hdnPWRequestChange" type="hidden" id="hdnPWRequestChange">
  <input name="hdnMasterDB" type="hidden" id="hdnMasterDB">
  <input name="hdnURL" type="hidden" id="hdnURL">
  <div id="index" data-role="page" data-theme="b" style="vertical-align: middle; min-height: 1200px;" data-title="WorkPlace Login" data-url="index" tabindex="0" class="ui-page ui-page-theme-b ui-page-active">
    <div data-role="content" class="ui-content" role="main">
      <div style="text-align: center;padding-top:1.5em;padding-bottom:1.5em">
        <img src="../Central/Images/WorkPlace.png" id="imgWorkPlaceLogin" style="max-width: 100%; max-height: 40%; text-align: center;" alt="WorkPlace">
      </div>
      <div style="margin-left:auto;margin-right:auto;width:100%;max-width:600px;">
        <div id="ErrorMessage" style="font-size: .8em; vertical-align: text-top;padding-bottom:1em;"></div>
        <label id="lblUserName" for="txtUserID" name="lblUserName" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false">User Name</label>
        <div class="ui-input-text ui-body-inherit ui-corner-all ui-shadow-inset ui-focus"><input name="txtUserID" type="text" id="txtUserID"></div>
        <label id="hypPassword" for="txtPassword" name="hypPassword" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false">Password</label>
        <div class="ui-input-text ui-body-inherit ui-corner-all ui-shadow-inset"><input name="txtPassword" type="password" id="txtPassword"></div>
        <table cellspacing="0" cellpadding="0" style="width:100%;border:1px;padding:0px;padding-top:1em">
          <tbody>
            <tr>
              <td style="white-space:nowrap;width:25%;">
                <a href="javascript:ChangePassword();" id="tbbChangePassword" data-mini="true" data-role="button" data-theme="e" class="ui-link ui-btn ui-btn-e ui-shadow ui-corner-all ui-mini" role="button">Change Password</a>
              </td>
              <td style="white-space:nowrap;width:25%">
                <a id="lnkForgotPassword" data-mini="true" data-role="button" data-theme="e" onclick="if(document.getElementById('txtUserID').value==''){
                                                ptiAlert('User Name cannot be blank!');
                                              }
                                              else{ 
                                                $('<div>').simpledialog2({
                                                        mode: 'button',
                                                        zindex: 99999,
                                                        headerText: false,
                                                        headerClose: false,
                                                        showModal: true,
                                                        buttonPrompt: 'Clicking Continue will send an eMail to the registered account, this eMail will validate the holder of the account and include a link to reset the password and/or register the account for first time access.',
                                                        animate: false,
                                                        width: '500px',
                                                        themeDialog: $.mobile.activePage.attr('data-theme'),
                                                        buttons: {
                                                            'Continue': {
                                                                'click':
                                                                        function () {
                                                                            var self = this;
                                                                            this.close();
                                                                            sendPasswordEmail('');
                                                                        }
                                                                , theme:'e'
                                                                , icon: ''
                                                                , iconpos: ''
                                                            },
                                                            'Cancel ': {
                                                                'click':
                                                                        function () {
                                                                            var self = this;
                                                                            this.close();
                                                                        }
                                                                , theme:'c'
                                                                , icon: ''
                                                                , iconpos: ''
                                                            }
                                                        }
                                                    });
                                                
                                              }" class="ui-link ui-btn ui-btn-e ui-shadow ui-corner-all ui-mini" role="button">Forgot Password</a>
              </td>
              <td style="white-space:nowrap;width:25%">
                <a href="javascript:SelectCompany();" id="btnCompany" data-role="button" data-ajax="true" data-iconpos="right" data-icon="arrow-d" data-mini="true" data-theme="c" class="ui-link ui-btn ui-btn-c ui-icon-arrow-d ui-btn-icon-right ui-shadow ui-corner-all ui-mini" role="button">Select Company</a>
              </td>
              <td style="white-space:nowrap;width:25%">
                <a id="hypLogin" onclick="javascript:document.getElementById('hdnAction').value = '';SubmitLogin();return false;" data-mini="true" data-role="button" data-theme="b" class="ui-link ui-btn ui-btn-b ui-shadow ui-corner-all ui-mini" role="button">Login</a>
              </td>
            </tr>
          </tbody>
        </table>
      </div>
    </div>
    <div id="divSimpleDialog"></div>
    <!-- /content -->
  </div>
  <div id="SelectCompany" data-role="page" data-title="WorkPlace Login" data-url="SelectCompany">
    <div id="div3" data-role="header" data-position="fixed" data-theme="a">
      <h1></h1>
      <a id="btnBackSelectCompany" data-rel="back" data-icon="arrow-l">Back</a>
    </div>
    <div data-role="content">
    </div>
  </div>
  <div id="SelectLanguage" data-role="page" data-title="WorkPlace Login" data-theme="b" data-url="SelectLanguage">
    <div id="div2" data-role="header" data-position="fixed" data-theme="a">
      <h1></h1>
      <a id="btnBackSelectLanguage" data-rel="back" data-icon="arrow-l">Back</a>
    </div>
    <div data-role="content">
    </div>
  </div>
  <div id="ChangePassword" data-role="page" data-title="WorkPlace Login" data-theme="b" data-url="ChangePassword">
    <div data-role="content">
      <div style="text-align: center;">
        <img src="../Central/Images/WorkPlace.png" id="imgWorkPlaceLoginPW" style="max-width: 100%; max-height: 40%; text-align: center;" alt="WorkPlace">
      </div>
      <div style="margin-left: auto; margin-right: auto; width: 100%; max-width: 600px;">
        <div id="divChangePasswordUser" style="text-align:center; vertical-align: text-top;"></div>
        <div id="Div4" style="font-size: .8em; color: #980c0c; vertical-align: text-top;"></div>
        <label id="lblNewPassword" for="txtNewPassword" name="lblNewPassword">New Password</label>
        <input name="txtNewPassword" type="password" id="txtNewPassword">
        <label id="lblConfirmPassword" for="txtConfirmPassword" name="lblConfirmPassword">Confirm New Password</label>
        <input name="txtConfirmPassword" type="password" id="txtConfirmPassword">
        <table id="tblApplyCancel" style="width: 100%;padding-top:.5em;">
          <tbody>
            <tr>
              <td id="tdCancelPW" style="width:50%">
                <a href="#index" id="btnCancelPW" data-mini="true" data-role="button">Cancel </a>
              </td>
              <td style="width:50%;text-align:right">
                <a href="javascript:ApplyPassword();" id="btnApplyPW" data-mini="true" data-role="button">Apply</a>
              </td>
            </tr>
          </tbody>
        </table>
      </div>
    </div>
  </div>
  <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="C7721D11">
  <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION"
    value="B/7iBCbvshbeEm4CS3FVzt379lkgPeGsJHh8tN5L65yRg6nW//V0y515xDmkdvFl9JOgoKP5YWkeS+J7MWFwzf3pURkFBnAhNtYV9VPAKTeS8dvwwY7GYSr7lM/xFZxgvOWVcTdLHOlXjCNRuD0tWDTze9xxBqJEAiVykHXDi3WeXGhWL1YVKxyO+iGl95r73b59RnL+f8UxXS7QvdCNef9lyCWEv85jzW+DJHRMigBxBKmUSJ8iJVhB//H4k15T9EngLvw9mpRmyVcKtMsnMWZthz9f6nQZoi/cHbszzbtPuAuItx1WqzQQAlY6yWRrD4iYJyADt4OFk50XR+xHyhmQU/cSWeXl0ClINxTHUhF5CWmMKM/dtLAncwDe90M6yte3VKX0ch/+zB8X9EP6B60NG3OZKk9hUjLAMj9RTlJFs5eb9C0Gph8HvvL/NAvEjrQjEFhT7wKr3XvJnwmek1ThuMB1JTvinTzA8XEueHr0tTIOxYxGK1bXyfjeiVQI3oke+NUiy/lxpKFpQMhnTHvzYSmOSwns6DyenyYK4jY=">
  <div class="ui-loader ui-corner-all ui-body-a ui-loader-default"><span class="ui-icon-loading"></span>
    <h1>loading</h1>
  </div>
</form>

Text Content

User Name

Password


Change Password Forgot Password Select Company Login






Back





Back


New Password Confirm New Password

Cancel Apply


LOADING