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

ID da verificação
dc15edff-d5db-4d8a-a507-5dda325e0121Concluído
URL enviado:
https://prod.blueprint.cbord.com/Redirecionado
Relatório concluído:

Os links de saída identificados na página

Variáveis JavaScript · 7 encontrada(s)

Variáveis JavaScript globais carregadas no objeto janela de uma página são variáveis declaradas fora das funções e acessíveis de qualquer lugar no código dentro do escopo atual

Nome
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
InitLoginPagefunction
SelectElementOnFocusfunction
ClearMFLSessionStoragefunction
LoginLanguagestring

Mensagens de registro do console · 0 encontrada(s)

Mensagens registradas no console web

HTML

O corpo HTML bruto da página

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