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

ID de l'analyse :
dc15edff-d5db-4d8a-a507-5dda325e0121Terminée
URL soumise :
https://prod.blueprint.cbord.com/Redirigé
Fin du rapport :

Liens : 0 trouvé(s)

Liens sortants identifiés à partir de la page

Variables JavaScript : 7 trouvée(s)

Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel

NomType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
InitLoginPagefunction
SelectElementOnFocusfunction
ClearMFLSessionStoragefunction
LoginLanguagestring

Messages de journal de console : 0 trouvé(s)

Messages consignés dans la console web

HTML

Le corps HTML de la page en données brutes

<!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>