nittrn.webtracker.wisegrid.net Open in urlscan Pro
147.189.35.138  Public Scan

Submitted URL: http://nittrn.webtracker.wisegrid.net/
Effective URL: https://nittrn.webtracker.wisegrid.net/Login/Login.aspx?ReturnUrl=%2fDefault.aspx
Submission: On September 27 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

POST ./Login.aspx?ReturnUrl=%2fDefault.aspx

<form method="post" action="./Login.aspx?ReturnUrl=%2fDefault.aspx" id="Form1">
  <div class="aspNetHidden">
    <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="">
    <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="">
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="ko/2tps7FCyj5KpJ7Hc6r1kDuMIjqtXugbdW8skmbozQ/l9IrKPCYNk5YwqWCg1AEBVK14fSY92lO/02qChq0AW3IJQ32gRYrl3NL0VYzaenyuez2mQRkMIVdK/yg5JGlgVf0dGwxL68ifvRc3zes+jOgN0=">
  </div>
  <script type="text/javascript">
    //<![CDATA[
    var theForm = document.forms['Form1'];
    if (!theForm) {
      theForm = document.Form1;
    }

    function __doPostBack(eventTarget, eventArgument) {
      if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
        theForm.__EVENTTARGET.value = eventTarget;
        theForm.__EVENTARGUMENT.value = eventArgument;
        theForm.submit();
      }
    }
    //]]>
  </script>
  <script src="/WebResource.axd?d=pynGkmcFUV13He1Qd6_TZOSHA0Z0Hes9nbjBifD9uk7QeaP5WPNAXyeEQxLIunfwx5GWHw2&amp;t=638259186740000000" type="text/javascript"></script>
  <script>
    function AttachToScrollEvent(EventHandlerFunction) {
      if (window.addEventListener) // Firefox 1+, Opera 9, Safari 3+, etc.
      {
        window.addEventListener("scroll", EventHandlerFunction, false);
      } else if (document.addEventListener) // Opera 7, Opera 8
      {
        document.addEventListener("scroll", EventHandlerFunction, false);
      } else if ("onscroll" in self) // MSIE 6, 7 and MSIE 8
      {
        var oldonscroll = self.onscroll;
        if (typeof self.onscroll != 'function') {
          self.onscroll = EventHandlerFunction;
        } else {
          self.onscroll = function() {
            if (oldonscroll) {
              oldonscroll();
            }
            EventHandlerFunction();
          }
        }
      };
    }

    function AttachToResizeEvent(EventHandlerFunction) {
      if (window.addEventListener) // Firefox 1+, Opera 9, Safari 3+, etc.
      {
        window.addEventListener("resize", EventHandlerFunction, false);
      } else if (document.addEventListener) // Opera 7, Opera 8
      {
        document.addEventListener("resize", EventHandlerFunction, false);
      } else if ("onresize" in self) // MSIE 6, 7 and MSIE 8
      {
        var oldonresize = self.onscroll;
        if (typeof self.onresize != 'function') {
          self.onresize = EventHandlerFunction;
        } else {
          self.onresize = function() {
            if (oldonresize) {
              oldonresize();
            }
            EventHandlerFunction();
          }
        }
      };
    }

    function DisablePage() {
      var PageSmokeScreen = $('_PageSmokeScreen');
      if (PageSmokeScreen) {
        var DocumentSize = documentSize();
        $(PageSmokeScreen).setStyle('left', '0px');
        $(PageSmokeScreen).setStyle('top', '0px');
        $(PageSmokeScreen).setStyle('width', DocumentSize.width + 'px');
        $(PageSmokeScreen).setStyle('height', DocumentSize.height + 'px');
        $(PageSmokeScreen).setStyle('z-index', '1500');
        $(PageSmokeScreen).setStyle('display', 'block');
      }
    }

    function EnablePage() {
      var PageSmokeScreen = $('_PageSmokeScreen');
      if (PageSmokeScreen) {
        $(PageSmokeScreen).setStyle('z-index', 0);
        $(PageSmokeScreen).setStyle('display', 'none');
      }
    }
  </script>
  <script>
    function DebugConsole_NewMessage(Message) {}

    function DebugConsole_Clear() {}
  </script>
  <script>
    function PositionLightBox() {
      var LightBox = $('_LightBox');
      if (LightBox) {
        var LightBoxLeft = posLeft() + (pageWidth() - parseInt(LightBox.getStyle('width'))) / 2;
        var LightBoxTop = posTop() + 300;
        if (LightBoxLeft < 0) {
          LightBoxLeft = 0;
        }
        $(LightBox).setStyle('left', LightBoxLeft + 'px');
        $(LightBox).setStyle('top', LightBoxTop + 'px');
      }
    }

    function ShowLightBox(Title, Message, Buttons, ResponseHolderID, AutoPostBack, ImageURL) {
      var LightBox = $('_LightBox');
      if (LightBox) {
        var LightBoxMessage = $('MessageBox');
        var TitleBoxMessage = $('TitleBox');
        var LightBoxButtons = $('ButtonBox');
        if (LightBoxMessage && LightBoxButtons && TitleBoxMessage) {
          TitleBoxMessage.innerHTML = Title;
          var MessageHTML = '<span class="LightBoxMessageText">' + Message + '</span>';
          if (ImageURL != null && ImageURL != '') {
            MessageHTML = '<table cellpading="0" cellspacing="0"><tr><td valign="top" valign="center" width="50"><img src="' + ImageURL + '" alt=""></td><td valign="top" align="center">' + MessageHTML + '</td></tr></table>';
          }
          LightBoxMessage.innerHTML = MessageHTML;
          var ButtonElement;
          var ButtonsHTML = '';
          var ButtonID = '';
          var FirstButtonID = '';
          for (var i = 0; i < Buttons.length; i++) {
            ButtonID = 'ButtonBox_' + i;
            if (i == 0) {
              FirstButtonID = ButtonID;
            }
            ButtonElement = '<input type="button" id="' + ButtonID + '" value="' + Buttons[i].caption + '" style="width: 100px;height:25px;margin:5px;" onclick="HideLightBox(); ' + Buttons[i].onclick + '">';
            ButtonsHTML = ButtonsHTML + ButtonElement;
          }
          LightBoxButtons.innerHTML = ButtonsHTML;
          DisablePage();
          PositionLightBox();
          $(LightBox).setStyle('z-index', '1700');
          $(LightBox).setStyle('display', 'block');
          setTimeout("SetFocusOnLightBoxButton('" + FirstButtonID + "');", 500);
        }
      }
    }

    function SetFocusOnLightBoxButton(ButtonID) {
      try {
        $(ButtonID).focus();
      } catch (e) {}
    }
    AttachToScrollEvent(PositionLightBox);
    AttachToResizeEvent(PositionLightBox);

    function HideLightBox() {
      var LightBox = $('_LightBox');
      if (LightBox) {
        $(LightBox).setStyle('display', 'none');
      }
      EnablePage();
    }
  </script>
  <script src="/Runtime/Enterprise_ZArchitecture_Web_GUI/23_7_28_485/ZPage/mootools.js"></script>
  <script src="/Runtime/Enterprise_ZArchitecture_Web_GUI/23_7_28_485/ZPage/ZScreen.js" type="text/javascript"></script>
  <script src="/Runtime/Enterprise_ZArchitecture_Web_GUI/23_7_28_485/ZPage/ZPage.js" type="text/javascript"></script>
  <script>
    var originalDoPostBack;

    function customDoPostBack(eventTarget, eventArgument) {
      var performPostBack = true;
      if (getElement(eventTarget)) {
        try {
          var postbackCondition = getElement(eventTarget).getProperty('postbackCondition');
          performPostBack = evaluateTrueFalseFunction(postbackCondition)
        } catch (e) {}
      }
      if (performPostBack) {
        PositionIndicatorImage();
        originalDoPostBack(eventTarget, eventArgument);
      }
    }

    function evaluateTrueFalseFunction(functionCode) {
      if (functionCode && functionCode != '' && functionCode != 'undefined') {
        var newFunction = new Function(functionCode);
        try {
          return newFunction();
        } catch (e) {}
      }
      return true;
    }

    function setupPostBackHandlers() {
      originalDoPostBack = __doPostBack;
      __doPostBack = customDoPostBack;
    }
    addLoadEvent(setupPostBackHandlers);

    function PositionIndicatorImage() {
      try {
        var Indicator = $('ctl00_img');
        if (Indicator) {
          Indicator.style.top = (posTop() + (pageHeight() - 20) / 2) + "px";
          Indicator.style.left = (posLeft() + (pageWidth() - 20) / 2) + "px";
        }
      } catch (err) {}
    }
  </script>
  <script src="/Runtime/Enterprise_ZArchitecture_Web_GUI/23_7_28_485/IWebServiceMethod/WebServiceMethod.js" type="text/javascript"></script>
  <script src="/Runtime/Enterprise_ZArchitecture_Web_GUI/23_7_28_485/IWebServiceMethod/CalculateVolumeWebServiceMethod.js" type="text/javascript"></script>
  <script>
    function ClearValidation(NotificationID) {
      var Notification = getElement(NotificationID);
      if (Notification != null) {
        Notification.setStyle('display', 'none');
      }
      return true;
    }
  </script>
  <script type="text/javascript">
    function autoSizeIframe(frameId) {
      try {
        var iframe = parent.document.getElementById(frameId);
        var innerDoc = (iframe.contentDocument) ? iframe.contentDocument : iframe.contentWindow.document;
        var objToResize = (iframe.style) ? iframe.style : iframe;
        objToResize.height = innerDoc.body.offsetHeight + GetMarginsSize(innerDoc.body);
      } catch (err) {
        window.status = err.message;
      }
    }

    function GetMarginsSize(control) {
      var margins = 0;
      var marginTop;
      var marginBottom;
      if (control.currentStyle) {
        marginTop = control.currentStyle.marginTop;
        marginBottom = control.currentStyle.marginBottom;
      } else {
        marginTop = control.getStyle('margin-Top');
        marginBottom = control.getStyle('margin-Bottom');
      }
      if (marginTop) {
        margins = parseInt(marginTop);
      }
      if (marginBottom) {
        margins = margins + parseInt(marginBottom);
      }
      return margins;
    }
  </script>
  <script language="javascript">
    var intervalset = window.setInterval('Redirect()', 3600000);

    function Redirect() {
      if (window.location.href.toLowerCase().indexOf('login.aspx') < 0) {
        window.clearInterval(intervalset);
        alert('Your session has expired due to inactivity.');
        window.parent.location.replace('/Logout.aspx');
      }
    }
  </script>
  <script src="/Runtime/Enterprise_ZArchitecture_Web_GUI_Ajax/23_7_28_485/AJAXManager/ajax-script.v2.js" type="text/javascript"></script>
  <script src="/ScriptResource.axd?d=NJmAwtEo3Ipnlaxl6CMhvvkj6tUu9qURLGAy3HVe6IxsabN_8H4dfVoD_UNJyfvxCIg1J0OTGz9NvQ1OU7lllY6O5wV2oxKLbEoLxzMADCazHF7lrustXC7_rlDN4BkPiGbiUR_lfImlo0rEKziuZGKRK9Y1&amp;t=5d0a842b" type="text/javascript"></script>
  <script src="/ScriptResource.axd?d=dwY9oWetJoJoVpgL6Zq8OAq8wOOOwzsvbwodliLVnY1KReJQxSZYPsJlE3elgDUDhldJf4F5sdfk5iAGwovONRCE92ZTv-GKjcTzXuTeaFeZYk7l2_IFX7DEfq-9IWdqgrh1IclKEiV-TiqZMiSIDHcfidE1&amp;t=5d0a842b" type="text/javascript"></script>
  <script src="/WebService/WebServiceShared.asmx/js" type="text/javascript"></script>
  <script>
    var DisabledButtons = new Array();
    DisabledButtons[0] = 'SigninBtn';
    DisabledButtons[1] = 'FindBtn';
  </script>
  <div id="pagehead">
    <div id="topbar1">
      <div id="topbar2">
        <a id="ctl02_EDITracBanner1_LogoImage" title="Nissin International Transport U.S.A., Inc." class="LogoImage" href="http://www.nitusa.com/"><img title="Nissin International Transport U.S.A., Inc." src="/Images/Logo.gif" alt=""></a></div>
    </div>
  </div>
  <div id="ctl02_menu"></div>
  <input type="hidden" name="Testing" id="Testing"><input type="hidden" name="__BEFORELASTFOCUSID" id="__BEFORELASTFOCUSID" value=""><input type="hidden" name="__LASTFOCUSID" id="__LASTFOCUSID" value=""><input type="hidden" name="__UPDATELASTFOCUSID"
    id="__UPDATELASTFOCUSID" value=""><span>
    <script type="text/javascript">
      //<![CDATA[
      Sys.WebForms.PageRequestManager._initialize('ctl00$sm', 'Form1', ['tctl00$ctl01', ''], [], [], 300, '');
      //]]>
    </script>
    <div id="ctl00_updProgress" style="display:none;" role="status" aria-hidden="true">
      <img id="ctl00_img" src="/Runtime/Enterprise_ZArchitecture_Web_GUI_Ajax/23_7_28_485/AJAXManager/ajax-indicator.gif" style="position:absolute;z-index:1000;left:50%;top:50%;">
    </div>
    <div style="height:13px;display:none;">
      <div id="ctl00_ctl01">
        <div id="ctl00_ValidationControls"></div>
      </div>
    </div>
  </span>
  <div id="OuterContentPane">
    <div id="loginBox" class="loginBox">
      <div id="CompanyCode"> Company Code:<br>
        <input name="CompanyCodeTextBox" type="text" maxlength="12" id="CompanyCodeTextBox" onchange="ClearValidation('CompanyCodeTextBox_NotificationID')">
        <br>
      </div> E-mail:<br>
      <input name="LoginNameTextBox" type="text" maxlength="254" id="LoginNameTextBox" onchange="ClearValidation('LoginNameTextBox_NotificationID')">
      <br> Password:<br>
      <input name="PasswordTextBox" type="password" maxlength="1024" id="PasswordTextBox" onchange="ClearValidation('PasswordTextBox_NotificationID')">
      <br>
      <input id="ZCheckBox1" type="checkbox" name="ZCheckBox1"><label for="ZCheckBox1">Remember me</label>
      <br>
      <br>
      <input type="submit" name="SigninBtn" value="Login" id="SigninBtn"> &nbsp;&nbsp;&nbsp; <span id="Message" class="ErrorMessage"></span>
      <br>
      <a id="PasswordReminder" href="/Login/ForgotPassword.aspx">Forgot your password?</a>
    </div>
    <br>
    <br>
    <div id="QuickViewDetails" class="loginBox">
      <div id="ViewShipmentDetails"> Shipment/House Bill/Direct Master Number:<br>
        <input name="ShipmentHousebillNumberTextbox" type="text" maxlength="40" id="ShipmentHousebillNumberTextbox" onchange="ClearValidation('ShipmentHousebillNumberTextbox_NotificationID')">
        <br>
        <br>
      </div>
      <input type="submit" name="FindBtn" value="Find" id="FindBtn"> &nbsp;&nbsp;&nbsp; <span id="QuickViewMessage" class="ErrorMessage"></span>
    </div>
    <br>
    <br>
  </div>
  <div id="_LightBox" class="LightBox" style="display:none;position:absolute;">
    <div id="TitleBox" class="LightBoxTitle">
    </div>
    <table class="LightBoxMessage">
      <tbody>
        <tr>
          <td align="center" valign="top">
            <div id="MessageBox">
            </div>
          </td>
        </tr>
        <tr>
          <td align="center" valign="middle">
            <div id="ButtonBox">
            </div>
          </td>
        </tr>
      </tbody>
    </table>
  </div>
  <div id="PageFooter"><span>© <a href="http://www.wisetechglobal.com">WiseTech Global</a> 2023. All rights reserved. </span></div>
  <div class="aspNetHidden">
    <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="1806D926">
    <input type="hidden" name="__SCROLLPOSITIONX" id="__SCROLLPOSITIONX" value="0">
    <input type="hidden" name="__SCROLLPOSITIONY" id="__SCROLLPOSITIONY" value="0">
    <input type="hidden" name="__VIEWSTATEENCRYPTED" id="__VIEWSTATEENCRYPTED" value="">
    <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION"
      value="tiEqNNsFVL6Uuqef5l898fPKRhj+Z28zo8LBTD1NjCYCD+Yoa+waF1RxVBXGOjwvV75w6DyV28EyLUwpZwCBlySFthyqtptN63w/f5ki44X3NruxvB9tTmOCoB4QKXv8jMmqIdunFd0W0ZtMoYLeRBlh+xCruJ44feHS/fkJ89SzQPsfxrWVAhK17m4mA9XfOJSp2E8B5hjNJxqR6SlWaEQhmWfwUOaF+YLbjz1dlMhLAOl6NXpTbAxOQ9JyvWlWRfYLkUzj5btIcbYDkPmVItvuWtcOzB6FzaqBEO1EgF6zN+BqqOW5dDk3YrQTN8KKRH+MCA==">
  </div>
  <script type="text/javascript">
    //<![CDATA[
    theForm.oldSubmit = theForm.submit;
    theForm.submit = WebForm_SaveScrollPositionSubmit;
    theForm.oldOnSubmit = theForm.onsubmit;
    theForm.onsubmit = WebForm_SaveScrollPositionOnSubmit;
    Sys.Application.add_init(function() {
      $create(Sys.UI._UpdateProgress, {
        "associatedUpdatePanelId": null,
        "displayAfter": 200,
        "dynamicLayout": true
      }, null, null, $get("ctl00_updProgress"));
    });
    //]]>
  </script>
</form>

Text Content

Company Code:


E-mail:

Password:

Remember me

   
Forgot your password?


Shipment/House Bill/Direct Master Number:



   




© WiseTech Global 2023. All rights reserved.


You do not have javascript enabled. This site requires javascript in order to
operate correctly.
Please enable javascript or add this site to the list of trusted sites.

To enable javascript, do the following:


 1. Select the Tools Menu in Internet Explorer
 2. Select Internet Options
 3. Select the Security tab
 4. Click the Custom Level button
 5. Scroll down to the Scripting heading
 6. Select the enable option of Active Scripting
 7. Click OK in all open dialogs

For more detailed instructions regarding configuring trusted sites please click
here.