https://fd.hilton.com/idp/startSSO.ping?PartnerSpId=LobbyLite&TargetResource=%2f

URL inviato:
https://lobby.hilton.com/Reindirizzato
Report terminato:
LinkTesto
https://id.hilton.com/identityiq/external/registration.jsfNew Users
https://onqinsider.hilton.com/Insider/registration.html(More Information)
https://id.hilton.com/identityiq/login.jsfModify Access
https://www.hilton.com/en/p/global-privacy-statement/Privacy policy
https://www.hilton.com/en/p/site-usage-agreement/Site usage agreement

Variabili JavaScript · 20 trovate

NomeTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
$function
jQueryfunction
jQuery111205747408688276481object
mobileboolean
removeIdentifierfunction
showIdentifierInputBoxfunction
selectIdentifierfunction

Messaggi di log della console · 0 trovati

HTML

<!DOCTYPE html><!-- template name: identifier.first.template.html --><html lang="en" dir="ltr"><head>
    <base href="https://fd.hilton.com/">
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
	<meta http-equiv="x-ua-compatible" content="IE=edge">
    <title>the Lobby Login</title>
    <link rel="stylesheet" type="text/css" href="assets/css/lobby.css">
    <link rel="icon" href="assets/images/H_Favicon.png">
	<script type="text/javascript" src="assets/scripts/jquery.min.js"></script>
    <script type="text/javascript" src="assets/scripts/jquery.watermark.js"></script>
    <link rel="icon" href="assets/images/H_Favicon.png">
    <script type="text/javascript">
        $(function () {
        $("#identifierInput").watermark("User ID");
    });
    </script>

<style type="text/css">
     .btnlogin{background:url(assets/images/btn-login.jpg) no-repeat; width:171px; height:31px; border:0; cursor:pointer;}
     .btnlogin1 {
    width: 111px !important;
    cursor: pointer;
    padding: 10px 24px;
    border: 7px solid #00a8e3 !important;
}

</style>

</head>

<body class="login">

<div>
    <div>
        <form method="POST" action="/idp/DmSBAMBikc/resumeSAML20/idp/startSSO.ping" autocomplete="off">
			<div class="container">
			  <div class="loginForm">
			      <div class="logo"><img src="assets/images/logo-thelobby.png" alt=""></div>
<br>

			      <div class="row">
			        	<!-- input id="identifierInput" type="text" name="subject" class="input-flat watermark" autocorrect="off" autocapitalize="off" onKeyPress="return postOnReturn(event)"/-->
			        	<input id="identifierInput" type="text" name="subject" class="input-flat watermark" autocorrect="off" autocapitalize="off">
			      </div>
                <div class="row text">
                	<div class="info">
                    	<p>Please enter your User ID.</p>
                   	</div> 
                </div>
			    <div class="row">
			       <input type="image" name="btnLogin" id="btnLogin" class="btnlogin1" text="Login" src="assets/images/btn-login.png">
			    </div>
			      <div class="row text">
                                                                        			      </div>
			      			      
			       <script type="text/javascript">
			            var mobile = /iPhone|iPad|iPod|Android/i.test(navigator.userAgent);
			            if(!mobile)
			            {
			                document.write('<div class="links row menu-centered">')
			                document.write('<br/>')
			                document.write('<a href="https://id.hilton.com/identityiq/external/registration.jsf">New Users</a>&nbsp;')
			                document.write('<a href="https://onqinsider.hilton.com/Insider/registration.html">(More Information)</a>&nbsp;&nbsp;')
			                document.write('<font size="4"><strong><a href="https://id.hilton.com/identityiq/login.jsf">Forgot Password?</a></strong></font>&nbsp;&nbsp;')			                
			                document.write('<a href="https://id.hilton.com/identityiq/login.jsf">Modify Access</a>&nbsp;&nbsp;')
			                document.write('<br/><br/>')
			                document.write('</div>')
			            }
			            else
			            {
			                document.write('<div class="links_mobile row menu-centered">')
			                document.write('<br/>')
			                document.write('<a href="https://id.hilton.com/identityiq/external/registration.jsf">New Users</a>&nbsp;&nbsp;')
			                document.write('<strong><a href="https://id.hilton.com/identityiq/login.jsf">Forgot Password?</a></strong>&nbsp;&nbsp;')
			                document.write('<a href="https://id.hilton.com/identityiq/login.jsf">Modify Access</a>&nbsp;&nbsp;')
			                document.write('<br/><br/>')
			                document.write('</div>')
			            }
			        </script><div class="links row menu-centered"><br><a href="https://id.hilton.com/identityiq/external/registration.jsf">New Users</a>&nbsp;<a href="https://onqinsider.hilton.com/Insider/registration.html">(More Information)</a>&nbsp;&nbsp;<font size="4"><strong><a href="https://id.hilton.com/identityiq/login.jsf">Forgot Password?</a></strong></font>&nbsp;&nbsp;<a href="https://id.hilton.com/identityiq/login.jsf">Modify Access</a>&nbsp;&nbsp;<br><br></div>
			        
				    <div>
	                  <a href="https://www.hilton.com/en/p/global-privacy-statement/" class="footlinks" style="z-index:100;">Privacy policy</a>&nbsp;|&nbsp;
	                  <a class="footlinks" href="https://www.hilton.com/en/p/site-usage-agreement/">Site usage agreement</a>
	                </div>
	                <div class="footlinks">
	                  © 2024 Hilton
	                </div>			      
			      			      
			      <div class="row hww"><img src="assets/images/logo-hilton.png" alt=""></div>
			       <div class="row hww" style="padding-top:80px"><img src="assets/images/we_are.png" alt=""></div>
			  </div>
			</div>
            <input type="hidden" name="clear.previous.selected.subject" id="clear.previous.selected.subject" value="">
            <input type="hidden" name="cancel.identifier.selection" value="false">
        </form>
    </div><!-- .ping-body-container -->
</div><!-- .ping-container -->

<script type="text/javascript">

    function removeIdentifier(existingIdentifier) {
        document.forms[0]['clear.previous.selected.subject'].value = existingIdentifier;
        document.forms[0]['subject'].value = '';
        submitForm();
    }

    function showIdentifierInputBox() {
        // update the title text
        document.title = 'Sign On';
        // update company-logo-div-text
        document.getElementById("company-logo-div-text").textContent = 'Sign On';
        // hide the identifier selection list
        document.getElementById("existingAccountsSelectionList").style.display = "none";
        // show the identifier input box
        document.getElementById("identifierInputLabel").style.display = "inline";
        document.getElementById("identifierInput").style.display = "inline";
        document.getElementById("postButton").style.display = "inline-block";

        setFocus();
    }

    function selectIdentifier(identifier) {
        document.forms[0]['subject'].value = identifier;
        postOk();
    }

    function postOk() {
        // remove error tips
        if (document.forms[0]['subject'].value !== '') {
            document.getElementById('username-text').className = 'place-bottom type-alert tooltip-text';
        }
        // Add back
        if (document.forms[0]['subject'].value === '') {
            document.getElementById('username-text').className += ' show';
        }
        else {
            submitForm()
        }
    }

    function postCancel()
    {
        document.forms[0]['cancel.identifier.selection'].value = 'true';
        submitForm()
    }

    function submitForm()
    {
        document.forms[0].submit();
    }

    function postOnReturn(e) {
        var keycode;
        if (window.event) keycode = window.event.keyCode;
        else if (e) keycode = e.which;
        else return true;

        if (keycode == 13) {
            postOk();
            return false;
        } else {
            return true;
        }
    }

    function setFocus() {
        var platform = navigator.platform;
        if (platform != null && platform.indexOf("iPhone") == -1) {
			if (detectIE() == false) {
            	document.getElementById('identifierInput').focus();
			}
        }
    }

    function setMobile(mobile) {
        var className = ' mobile',
            hasClass = (bodyTag.className.indexOf(className) !== -1);

        if (mobile && !hasClass) {
            bodyTag.className += className;

        } else if (!mobile && hasClass) {
            bodyTag.className = bodyTag.className.replace(className, '');
        }

    }

    function getScreenWidth() {
        return (window.outerHeight) ? window.outerWidth : document.body.clientWidth;
    }

    var bodyTag = document.getElementsByTagName('body')[0],
        width = getScreenWidth();

    if (/Android|webOS|iPhone|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) {
        setMobile(true);
    } else {
        setMobile((width <= 480));
        window.onresize = function() {
            width = getScreenWidth();
            setMobile((width <= 480));
        }
    }

function detectIE() {
    var ua = window.navigator.userAgent;

    var msie = ua.indexOf('MSIE ');
    if (msie > 0) {
        // IE 10 or older => return version number
        return parseInt(ua.substring(msie + 5, ua.indexOf('.', msie)), 10);
    }

    var trident = ua.indexOf('Trident/');
    if (trident > 0) {
        // IE 11 => return version number
        var rv = ua.indexOf('rv:');
        return parseInt(ua.substring(rv + 3, ua.indexOf('.', rv)), 10);
    }

    var edge = ua.indexOf('Edge/');
    if (edge > 0) {
       // Edge (IE 12+) => return version number
       return parseInt(ua.substring(edge + 5, ua.indexOf('.', edge)), 10);
    }

    // other browser
    return false;
}

</script>



</body></html>