https://benchmark-lely.com/Login.aspx?ReturnUrl=%2f

Submitted URL:
https://benchmark-lely.comRedirected
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 96 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
ShowMessageOkfunction
ShowMessageYesNofunction
ShowMessageOkCancelfunction
ShowMessagefunction
EncodeUTF8function
DecodeUTF8function
GetXMLNodeDataForBrowserfunction

Console log messages · 2 found

Messages logged to the web console

TypeCategoryLog
verbosedom
URL
https://benchmark-lely.com/Login.aspx?ReturnUrl=%2f
Text
[DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o
errornetwork
URL
https://benchmark-lely.com/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 ()

HTML

The raw HTML body of the page

<html><head id="Head1"><title>
	Benchmark Community : Login
</title><link href="Includes/Css/stylesheet.css" rel="stylesheet" type="text/css">
    <script type="text/javascript" src="Includes/js/Utils.js"></script>

    <link href="Includes/Css/Login.css" rel="stylesheet" type="text/css"><link href="Includes/Css/ErrorHandler.css" rel="stylesheet" type="text/css">

    <script src="Includes/Js/jquery/jquery.min.js" type="text/javascript"></script>

    <script src="Includes/js/ErrorHandler.js" type="text/javascript"></script>

    <script type="text/javascript">

        function doCalc(ch) {
            if (ch >= 0)  // ch 0-9 ->
            {
                document.forms[0].txtPasswordPda.value += ch;
            }
            else 	// ch > 0 is used to clear the edit box
            {
                document.forms[0].txtPasswordPda.value = "";
            }
            // Pass on the value of the input edit to the hidden CowNo input value
            doCopyValue();
        }
        function doCopyValue() {
            document.forms[0].hiddenDay.value = document.forms[0].txtPasswordPda.value;
        }

        function MaximizeWindow() {
            window.moveTo(0, 0); window.moveBy(-4, -4);
            window.resizeTo(screen.availWidth + 8, screen.availHeight + 8);
        }

        function validate() {
            var element = jQuery('#txtPassword');
            var text = element.val();
            if (jQuery.trim(text).length < 1) {
                element.focus();
                return false;
            }
        }

        function disableEnterKey(e) {
            var key;
            if (window.event)
                key = window.event.keyCode;     //IE
            else
                key = e.which;     //firefox
            if (key == 13)
                return false;
            else
                return true;
        }

        $(document).ready(function () {

            $('#txtUserName').keydown(function (e) {
                if (e.keyCode == '13') {
                    $('#txtPassword').focus();
                    return false;
                }
            })

            $('#txtPassword').keydown(function (e) {
                if (e.keyCode == '13') {
                    if ($('#txtCaptcha').length > 0) {
                        $('#txtCaptcha').focus();
                    }
                    else {
                        $('#btnLogin5').focus();
                        $('#btnLogin5').click();
                    }
                    return false;
                }
            })

            var enableCaptcha = parseInt("1");
            if (enableCaptcha) {
                $('#txtCaptcha').keydown(function (e) {
                    if (e.keyCode == '13') {
                        $('#btnLogin5').click();
                        return false;
                    }
                })
            }
        })

        // Send client time info to server
        $(document).ready(function() {

            var currentDate = new Date();
            var year = currentDate.getFullYear().toString();
            var month = (parseInt(currentDate.getMonth()) + 1).toString();
            var day = currentDate.getDate().toString();
            var hour = currentDate.getHours().toString();
            var min = currentDate.getMinutes().toString();
            var sec = currentDate.getSeconds().toString();

            var dataToPost = "{year:'" + year + "', month:'" + month + "', day:'" + day + "', hour:'" + hour + "', min:'" + min + "', sec:'" + sec + "'}";

            jQuery.ajax({
                type: 'POST',
                contentType: 'application/json; charset=utf-8',
                data: dataToPost,
                dataType: 'json',
                url: '/Ajax/CommonHandler.aspx/SaveClientTimeInfo',
                async: false,
                success: function(msg) {
                },
                error: function(msg) {
                }
            });
        });
 
    </script>

    <style type="text/css">
        .style1
        {
            width: 197px;
        }
    </style>
</head>
<body class="body" onload="MaximizeWindow();">
    <form method="post" action="./Login.aspx?ReturnUrl=%2f" id="form2">
<div class="aspNetHidden">
<input type="hidden" name="__LASTFOCUS" id="__LASTFOCUS" value="">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJODI1MzQ5NDkwD2QWAgIDD2QWBAIIDw8WAh4EVGV4dGVkZAIJDw8WAh8ABQgzLjIuMTAuMGRkZByLW/BfP1qzL0ikhVrFNlzWtOAFRtfioETN6LVY7f6w">
</div>

<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['form2'];
if (!theForm) {
    theForm = document.form2;
}
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=Tu3Gp2m3gjEBBN-u3T8fL8OeazpkgM2-52SNKolGye7MVVkil92kX4cocslHeQew-nQzeWXC2C4swePZ7DCx8mnQb5CKFaNRLxaCFSA6RN01&amp;t=638460238960000000" type="text/javascript"></script>


<script type="text/javascript">
//<![CDATA[

                        //Check if page is on the top frame
                        if (window != window.top)
                            window.top.location.href = window.location.href;
                    //]]>
</script>

<script src="/WebResource.axd?d=vE6rfphLGvZ8BcAwi3nxjxQfbrfTXhQoMa4jYYMz-5-xq9YS2_nyD5p1bXXP7wSBudNrI5bbQTqn8OEQL3WID-4nhoBAnUSQjYQuQZeHiEM1&amp;t=638460238960000000" type="text/javascript"></script>
<div class="aspNetHidden">

	<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="C2EE9ABB">
	<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="">
	<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="">
	<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEdAAYNveoe3+GB8kObU6HJLyOPY3plgk0YBAefRz3MyBlTcHY2+Mc6SrnAqio3oCKbxYaZf5MUp2golT/J9ICuDcwjQ7q1e9ZFYHhsYHd+VDwczp8lcOIk/na2JdueR7/h470p5s8TrbGTSce95R96wPIkMNvN+9sg3eQ8kq7GymVjnQ==">
</div>
        
    <div class="box">
        <div class="welcome" id="welcometitle">
            <span id="lblWelcome_5390">Welcome to Benchmark Community, Please Login:</span>
        </div>
        <div id="fields">
            <table cellpadding="0" cellspacing="0" border="0" valign="top" style="width: 100%;">
                <tbody><tr>
                    <td valign="top">
                        <br>
                        <table style="width: 100%;">
                            <tbody><tr>
                                <td align="center">
                                    <table border="0" cellpadding="2" cellspacing="3" width="100%"> 
                                        <tbody><tr>
                                            <td align="right">
                                                <span id="benchmark" class="login">Username</span>&nbsp;&nbsp;:
                                            </td>
                                            <td class="style1">
                                                <input name="txtUserName" type="text" maxlength="50" id="txtUserName" class="fields" style="width:165px;">
                                            </td>
                                        </tr>
                                        <tr>
                                            <td style="width: 50%" align="right">
                                                <span id="lblPassword4" class="login">Password</span>&nbsp;&nbsp;:
                                            </td>
                                            <td class="style1">
                                                <input name="txtPassword" type="password" maxlength="20" id="txtPassword" class="fields" style="width:165px;">
                                            </td>
                                        </tr>
                                        
                                        <tr>
                                            <td style="height: 24px;">
                                            </td>
                                            <td>
                                                <img height="40" alt="" width="120" src="BuiltCaptcha.aspx">
                                            </td>
                                        </tr>
                                        <tr>
                                            <td style="height: 34px;" align="right">
                                                What do you see in the image?
                                            </td>
                                            <td>
                                                <input name="txtCaptcha" type="text" maxlength="5" id="txtCaptcha" class="fields" style="width:165px;width: 55px">
                                            </td>
                                        </tr>
                                        
                                        <tr>
                                            <td>
                                                &nbsp;
                                            </td>
                                            <td align="left">
                                                <input type="submit" name="btnLogin5" value="Login" onclick="return validate();" id="btnLogin5" class="button" style="width:80px;">
                                                <input type="submit" name="b_register" value="Register" id="b_register" class="button" style="width:80px;">
                                            </td>
                                        </tr>
                                    </tbody></table>
                                </td>
                            </tr>
                        </tbody></table>
                    </td>
                </tr>
                <tr>
                    <td style="height: 19px">
                        <span id="lblError" style="color:Red;"></span>
                    </td>
                </tr>
                
            </tbody></table>
        </div>
        <a href="ForgotPassword.aspx" style="color:#ff0000;text-decoration:underline;font-size:12px;position:absolute;left:70%; top:90%">Forgot My Password</a>
        <div class="copyright" id="copyright">
            Copyright © Lely Industries N.V. 2009. (<b>&nbsp;<span id="lblVersion">3.2.10.0</span>&nbsp;</b>)</div>
    </div>
    

<div id="wpopupMask">
</div>
<div id="wpopupContainer">
    <div id="wpopupInner">
        <div id="wpopupTitleBar">
            <div id="wpopupTitle">
            </div>
            <div id="wpopupControls">
                <a onclick="hidePopWin(false);"><span>Close</span></a>
            </div>
        </div>
        <div style="width: 100%; height: 100%; background-color: transparent;" scrolling="auto" id="wpopupFrame" width="100%" height="100%">
            <div id="wMessagePanel" style="width: 100%; height: 100%; margin: 10px; overflow: auto;
                font-family: Tahoma; font-size: 12px;">
            </div>
            <div style="position: abcolute; bottom: 5px; text-align: center; background-color: #eee;
                border-top: solid 1px #ED1B24; height: 30px;">
               <input type="submit" name="btnHiddenFocusCotroller" value="Hidden Focus" id="btnHiddenFocusCotroller" onclick="return false;" style="width:0px;height:0px">
                <input type="button" id="btnWarningClose" value="Close" onclick="hidePopWin(false);" class="buttonSmallFree" style="margin-top: 3px;"></div>
        </div>
    </div>
</div>

    

<script type="text/javascript">
//<![CDATA[
WebForm_AutoFocus('txtUserName');//]]>
</script>
</form>


</body></html>