0438.xdhosted.com Open in urlscan Pro
40.74.182.215  Public Scan

Submitted URL: http://t.sidekickopen06.com/e1t/c/5/f18dQhb0S7lC8dDMPbW2n0x6l2B9nMJW7t5XZs4X9X2TW2BWf1x4WJbtCW5v_Sgz56dP3Ff7n8mxd02?t=https:...
Effective URL: https://0438.xdhosted.com/guestlogin.asp?txtID=CC
Submission: On November 23 via manual from US — Scanned from DE

Form analysis 1 forms found in the DOM

Name: frmLoginPOST guestlogin.asp

<form name="frmLogin" action="guestlogin.asp" method="post">
  <script language="javascript">
    <!--
    /*
          Ajax code to keep asp.net site alive, touches the asp.net site when this page is loaded.
          */
    var xmlhttpLogin;
    // default to false to prevent form from submitting to asp, don't want to submit until we have a response from
    //  the aspx site
    var blnSubmit = false;

    function LoginSites() {
      if (blnSubmit == false) {
        xmlhttpLogin = GetXmlHttpObjectLogin();
        var params = "UserName=" + document.frmLogin.txtID.value + "&Password=" + document.frmLogin.txtPassword.value;
        if (xmlhttpLogin == null) {
          //alert ("Your browser does not support XMLHTTP!");
          return;
        }
        var mvcLoginUrl = "/XInternetMVC/Login";
        xmlhttpLogin.onreadystatechange = stateChangedLogin;
        xmlhttpLogin.open("GET", mvcLoginUrl + "?" + params, true);
        xmlhttpLogin.send(null);
        return false;
      } else {
        return true;
      }
    }

    function stateChangedLogin() {
      if (xmlhttpLogin.readyState == 4) {
        // allow form to be submitted to asp
        blnSubmit = true;
        // submit() function wasn't working, so programmatically click the button
        document.frmLogin.submitLogin.click();
      }
    }

    function GetXmlHttpObjectLogin() {
      if (window.XMLHttpRequest) {
        // code for IE7+, Firefox, Chrome, Opera, Safari
        return new XMLHttpRequest();
      }
      if (window.ActiveXObject) {
        // code for IE6, IE5
        return new ActiveXObject("Microsoft.XMLHTTP");
      }
      return null;
    }
    //register the AspxLogin function as an event handler for the onsubmit event
    document.frmLogin.onsubmit = LoginSites;
    // 
    -->
  </script>
  <noscript><span class="cxtErrorMessage"> Your browser appears to have javascript disabled. You will not have access to some functions. </span></noscript>
  <input type="hidden" name="hidScriptTest" id="hidScriptTest">
  <table id="testLoginTable" name="testLoginTable" class="cxtLoginTable" border="0" cellspacing="0">
    <tbody>
      <tr>
        <td class="cxtLoginTDLeft">User ID:&nbsp;</td>
        <td class="cxtLoginTDRight"><input id="txtID" name="txtID" maxlength="50" value="CC"></td>
      </tr>
      <tr>
        <td class="cxtLoginTDLeft">Password:&nbsp;</td>
        <td class="cxtLoginTDRight"><input id="txtPassword" name="txtPassword" type="password" maxlength="50" value="" onfocus="select();"></td>
      </tr>
      <tr>
        <td class="cxtLoginButtonsRow" colspan="2"><input class="cxtLoginButton" id="submitLogin" name="submitLogin" type="submit" value="Login"></td>
        <td class="cxtLoginTDLeft"><input type="checkbox" id="chkRememberMe" name="chkRememberMe" ""="" style="border:0px;"
            onclick="javascript:alert('WARNING!  If this box is checked, your password will be stored on your computer in plain text.');"><label class="cxtLabel" for="chkRememberMe">Remember me&nbsp;&nbsp;&nbsp;</label></td>
      </tr>
      <tr>
      </tr>
      <tr>
        <td colspan="2"><a href="resetPassword.asp">Forgot your password?</a></td>
      </tr>
    </tbody>
  </table>
  <script>
    var cookieEnabled = (navigator.cookieEnabled) ? true : false
    document.cookie = "testcookie"
    cookieEnabled = (document.cookie.indexOf("testcookie") != -1) ? true : false
    if (cookieEnabled) {} else {
      document.frmLogin.innerHTML =
        "<td>LOGIN CANNOT CONTINUE, COOKIES ARE DISABLED ON YOUR BROWSER! <br><br>Cookies are commonly used as a part of a strategy for maintaining the state of a web application between web pages.  Cookies must be enabled for this web application to function.  Please enable cookies.<br><BR /><A HREF=http://www.google.com/support/accounts/bin/answer.py?&answer=61416 target=_new>How to enable cookies<A></td>"
    }
  </script>
</form>

Text Content










Your browser appears to have javascript disabled. You will not have access to
some functions.

User ID:  Password:  Remember me    Forgot your password?


Thank you!


Driver Login   |  © CXT Software  |   Software Developed by CXT
Software  |  Website Design by Creative Impressions Marketing