https://prod.blueprint.cbord.com/NetMenu/

Submitted URL:
https://prod.blueprint.cbord.com/Redirected
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 7 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
InitLoginPagefunction
SelectElementOnFocusfunction
ClearMFLSessionStoragefunction
LoginLanguagestring

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html dir="ltr" lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
		<meta name="robots" content="noindex,nofollow,notranslate">
        <title>Login</title>
        <link href="/NetMenu/Stylesheets/cbord_html.css" type="text/css" rel="stylesheet">
        <link href="/NetMenu/Stylesheets/default.css" type="text/css" rel="stylesheet">
        <link href="/NetMenu/Stylesheets/custom.css" type="text/css" rel="stylesheet">
	    <link rel="SHORTCUT ICON" href="/NetMenu/favicon.ico">
        <script src="/NetMenu/Scripts/LoginHelpers.js" type="text/javascript"></script>
    </head>
<body>
    <div>
<form action="/NetMenu/Login/Login/" method="post">            <script type="text/javascript">
                var LoginLanguage = "en";
            </script>
            <div class="LoginLogoHeader">
                <a href="#" onclick="javascript:window.open('http://www.cbord.com');">
    <img id="logo" alt="Logo" src="/NetMenu/Images/WebLogo2.png">
</a>

            </div>
            <div class="logIn">
			<div class="loginLeft">
                <div id="loginBox">
                    <table cellspacing="1" cellpadding="1" width="100%">
                        <tbody><tr>
                            <td colspan="2" class="prompt">
                                <h4>
                                    Please Log In
                                </h4>
                            </td>
                        </tr>
                        <tr>
                            <td style="text-align: right;" class="LoginLabel">
                                <label id="userid-lbl" for="userid" aria-label="userid">User ID:</label>
                            </td>
                            <td>
                                <input aria-labelledby="userid-lbl" class="LoginTextBox" id="userid" name="UserId" onfocus="javascript:SelectElementOnFocus('userid');" title="Enter your user id." type="text" value="">
                            </td>
                        </tr>
                        <tr>
                            <td style="text-align: right;" class="LoginLabel">
                                <label id="pwd-lbl" for="pwd" aria-label="pwd">Password:</label>
                            </td>
                            <td>
                                <input aria-labelledby="pwd-lbl" autocomplete="off" class="cbo_nm_editUser_pwBox" id="pwd" name="Password" onfocus="javascript:SelectElementOnFocus('pwd');" title="Enter your password." type="password">
                            </td>
                        </tr>
                        <tr>
                            <td colspan="2" class="LoginButton">
                                <input type="submit" class="cbo_nm_buttonPrimary" value="Log In" title="Click to login to the application.">
                            </td>
                        </tr>
                    </tbody></table>
                        <div style="text-align: center;">
<a href="/NetMenu/Login/ForgotPasswordGetUserId/">Forgot Password?</a>
                        </div>
                                    </div>
				<div class="loginInstructions">
					<span>
						<br>
					</span>
				</div>
				</div>
                <div id="loginSplashBox" class="inline">
                    <table cellpadding="0" cellspacing="0">
                        <tbody><tr>
                            <td valign="top" align="center">
                                <img class="padded-logo" alt="splash" src="/NetMenu/images/NMSplash.png" width="521" height="521" style="float: left">
                            </td>
                        </tr>
                        <tr>
                            <td valign="top" align="center">
                                <p>© 2003-2023 The CBORD Group, Inc. All rights reserved.</p>
                            </td>
                        </tr>
                    </tbody></table>
                </div>
            </div>
</form>        <script type="text/javascript">
            InitLoginPage('userid');
            ClearMFLSessionStorage();
        </script>
    </div>


</body></html>