https://www.waitlistcheck.com/

Submitted URL:
https://www.waitlistcheck.com/
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 42 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

Console log messages · 15 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><!-- resources/views/layouts/unauthenticated.blade.php --><html lang="en" class="k-webkit k-webkit119"><head><meta http-equiv="origin-trial" content="A/kargTFyk8MR5ueravczef/wIlTkbVk1qXQesp39nV+xNECPdLBVeYffxrM8TmZT6RArWGQVCJ0LRivD7glcAUAAACQeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZS5jb206NDQzIiwiZmVhdHVyZSI6IkRpc2FibGVUaGlyZFBhcnR5U3RvcmFnZVBhcnRpdGlvbmluZzIiLCJleHBpcnkiOjE3NDIzNDIzOTksImlzU3ViZG9tYWluIjp0cnVlLCJpc1RoaXJkUGFydHkiOnRydWV9">
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="csrf-token" content="Jh2U1uavjFdjFLGVKDbNKBXohKxKES3EYL1IjxAm">
    <title>Waitlistcheck | Log On</title>
    <link href="/css/bootstrap.css?id=475ef00588dfdf9f550f" rel="stylesheet">
    <link href="/css/unauthenticated-app.css?id=93ad5677e01dcb7c753a" rel="stylesheet">
    <script type="text/javascript" async="" charset="utf-8" src="https://www.gstatic.com/recaptcha/releases/EGbODne6buzpTnWrrBprcfAY/recaptcha__en.js" crossorigin="anonymous" integrity="sha384-zYfvuq6xV6aLevocYkVfLId59jcIkDZniQX2TsTt9LIa0Tf1ORHFh4oKI1naLgGF"></script><script src="/js/app.js?id=3a8bd7cbe4518126bde5" type="text/javascript"></script>
    <link rel="apple-touch-icon" href="/apple-touch-icon.png">
    <link rel="icon" href="/apple-touch-icon.png">
<style type="text/css"></style></head>

<body class="mri-body mri-layout">
    <div id="outer">
        <div id="container">
            <div id="inner">
                <div id="formcontents">
                    <img alt="MRI Waitlistcheck" src="https://www.waitlistcheck.com/images/mri-waitlistcheck-logo.png">
                    
    
    <form method="post" class="form-horizontal" action="https://www.waitlistcheck.com/processlogin">
            <input type="hidden" name="_token" value="Jh2U1uavjFdjFLGVKDbNKBXohKxKES3EYL1IjxAm">
            <input type="hidden" name="g-recaptcha-response" data-key="6LcAvqkUAAAAADOQOf7E6SxNlnsyBTgVIE6pCpx_" value="">
        <div id="sign-in-form"><div class="form-group"><div class="col-sm-12" style="font-size: 20px;">

                                            Application Status Information
                    
                </div></div> <div class="form-group"><div class="col-sm-12"><p><i>Please sign in using your Waitlistcheck or Assistance Connect account.
                                                            Need help, <a href="#" aria-label="need help login info" tabindex="1" class="mri-link">tap here
                                    .</a></i></p><br></div> <div class="col-sm-12"><label for="login" style="display: none;">Username</label> <input type="text" id="login" name="username" value="" placeholder="Username" tabindex="1" autofocus="autofocus" class="form-control"> <a href="#" aria-label="need help login info" tabindex="7" class="mri-link mri-icon mri-help-icon"><svg class="mri-icon__svg"><use xlink:href="/images/svg-icon-sprite.svg#information-circle"></use></svg></a> <div></div></div></div> <div class="form-group"><div class="col-sm-12"><label for="password" style="display: none;">Password</label> <input type="password" id="password" name="password" value="" placeholder="Password" tabindex="2" class="form-control"></div></div> <div class="form-group"><div class="col-xs-5"><input type="submit" id="loginbutton" value="Log On" tabindex="3" class="btn btn-primary "></div> <div class="col-xs-6 text-right" style="margin-top: 0px;"><a tabindex="8" href="https://www.waitlistcheck.com/non-account" style="color: rgb(250, 164, 26);"><b>Don't have an account?</b></a></div></div> <div class="form-group"><br> <div class="col-xs-12"><a tabindex="4" href="https://www.waitlistcheck.com/forgotpassword/username" style="padding-left: 10px;">Forgot Password</a></div> <br><br> <div class="col-xs-12"><a tabindex="5" href="https://www.waitlistcheck.com/forgotusername/delivery" style="padding-left: 10px;">Forgot Username</a></div></div> </div>

    </form>
    <script>
        $(function () {
            MyVueInstance = new Vue({
                el: '#sign-in-form',
                data: function () {
                    return {
                        session_start: 0,
                        session_lifetime: 0,
                        session_protect: 0,
                        session_reset: 0,
                        return_address: '',
                        tHandle: 0,
                        tHandle2: 0,
                        timer_interval: 0,
                        timer_mode: ''
                    }
                },
                mounted: function () {
                    // (session_start+session_lifetime*60000)-session_reset*60000
                    console.log('start');
                    var date = new Date();
                    Vue.set(this, 'session_start', date.getTime()); // milliseconds
                    Vue.set(this, 'session_lifetime', 24); //minutes
                    Vue.set(this, 'session_reset', 21); //minutes
                    Vue.set(this, 'session_protect', 18); //minutes
                    Vue.set(this, 'return_address', '/thankyou');  // original uri to redirect back on failure
                    Vue.set(this, 'timer_interval', this.session_reset * 60000);
                    Vue.set(this, 'timer_mode', 'running');
                    tHandle = window.setTimeout(this.moretime, this.timer_interval);
                    Vue.set(this, 'tHandle', tHandle);
                    console.log(this.timer_mode);
                    console.log(this.timer_interval);

                },
                methods: {
                    openInformationDialog: function (modal, e) {
                        this.$refs[modal].kendoWidget().open();
                    },
                    logmeout: function () {
                        window.location.replace(this.return_address);
                    },
                    addtime: function () {
                        window.clearTimeout(this.tHandle);
                        // make an ajax call
                        result = axios.get('/keepalive').then(function (response) {
                            window.clearTimeout(this.tHandle2);

                        }.bind(this)).catch(function (error) {
                            // need to break out the error.[response, request, other] or we get a Javascript error instead of a caught error.
                            // see https://github.com/axios/axios/issues/960  comment by kgrosvenor Jan 3
                            if (error.response) {
                                window.location.replace(this.return_address);
                            } else if (error.request) {
                                window.location.replace(this.return_address);
                            } else {
                                window.location.replace(this.return_address);
                            }
                        });
                        // set timer
                        Vue.set(this, 'timer_mode', 'running');
                        tHandle = window.setTimeout(this.moretime, this.timer_interval);
                        Vue.set(this, 'tHandle', tHandle);
                        date = new Date();
                        Vue.set(this, 'session_start', date.getTime());

                        this.closeMoreTimeModal();

                    },
                    // target for all setTimeout calls. You can only have one target on the page.
                    moretime: function () {
                        console.log("moretime.timer mode: " + this.timer_mode);
                        if (this.timer_mode === 'running') {
                            Vue.set(this, 'timer_mode', 'dialogUp'); // when the timer fires, set to dialogUp
                            myTimer = this.session_lifetime * 60000 - this.session_reset * 60000
                            tHandle2 = window.setTimeout(this.moretime, myTimer);

                            Vue.set(this, 'tHandle2', tHandle2);
                            this.$refs['more-time'].kendoWidget().open();
                            return;
                        } else if (this.timer_mode === 'dialogUp') {
                            window.clearTimeout(this.tHandle2);
                            //axios.get('/logout');
                            window.location.replace(this.return_address);
                        }
                    },
                    closeMoreTimeModal: function(){
                    	this.$refs['more-time'].kendoWidget().close();
                	},

                }
            });
        });
    </script>

    <script src="https://www.google.com/recaptcha/api.js?render=6LcAvqkUAAAAADOQOf7E6SxNlnsyBTgVIE6pCpx_"></script>
<script>
    var intervalID = window.setInterval(afterCatchaHasFinished, 50);
    function afterCatchaHasFinished() {
        var textAreaCheck = document.getElementsByClassName('g-recaptcha-response');
        if (textAreaCheck.length > 0) {
            $(textAreaCheck).attr('title', 'g-recaptcha-response'); //make ADA happy
            clearInterval(intervalID);
        }
     }
</script>

                </div>

                <div style="color: #162029;">
                    <p>©2024 MRI Software LLC. • All Rights Reserved.</p>
                </div>
				<footer>
				</footer>
            </div>
        </div>
        <div id="vuecontainer"><span data-role="notification" style="display: none;"></span></div>
    </div>


<script>

    document.addEventListener('readystatechange', function(event) {
        if( document.readyState == "complete" ) {
            // Fixes SVG issue in IE 11
            svg4everybody();
        }
    });

    new Vue({
        el: '#vuecontainer',
        mounted: function ()
        {
            this.$refs.popupNotification.kendoWidget().show(
                '', ''
            );
        }
    });

</script>

<!-- Google tag (gtag.js) Google Analytics 4 -->
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-WM0QPDS8ZC"></script>
<script>
    window.dataLayer = window.dataLayer || [];
    function gtag(){dataLayer.push(arguments);}
    gtag('js', new Date());

    gtag('config', 'G-WM0QPDS8ZC');
</script>


<div class="k-widget k-window k-dialog" role="dialog" aria-labelledby="b79e43fe-39fc-4f0e-9936-5f2cf88baa03_title" style="display: none;"><div class="k-window-titlebar k-dialog-titlebar k-hstack" id="b79e43fe-39fc-4f0e-9936-5f2cf88baa03_title"><span class="k-window-title k-dialog-title">How to Sign In</span><div class="k-window-actions k-dialog-actions k-hstack"><a role="button" href="#" class="k-button k-flat k-button-icon k-window-action k-dialog-action k-dialog-close" title="Close" aria-label="Close" tabindex="0"><span class="k-icon k-i-close"></span></a></div></div><div data-role="dialog" class="k-window-content k-dialog-content" tabindex="0"><div class="scrollingcontainer" style="height: 400px; overflow: auto; padding: 1.143em; margin: -1.143em;"><div class="mri-grid mri-p-none"><div class="mri-grid__row"><div class="mri-p-small mri-card__body"><div class="mri-grid__row"><h4 class="mri-dialog__heading mri-grid__column mri-sm-12">Did you create an Account when you submitted your Preliminary Application?</h4> <p class="mri-paragraph mri-font-size-paragraphs-small">
							 Username &amp; Password: You chose these when you created your Account
						</p> <h4 class="mri-dialog__heading mri-grid__column mri-sm-12">Did you sign in with an existing Waitlistcheck or Assistance Connect account when you submitted your Preliminary Application?</h4> <p class="mri-paragraph mri-font-size-paragraphs-small">
							 Username &amp; Password: Use the same username and password as when you submitted your application
						</p> <h4 class="mri-dialog__heading mri-grid__column mri-sm-12">Were you NOT prompted to create an Account and were NOT supplied a password?</h4> <p class="mri-paragraph mri-font-size-paragraphs-small">
							 Tap the "Don't have an account?" option below and use the following:<br>
							  Username: Year of birth<br>
							  Password: SSN
						</p> <h4 class="mri-dialog__heading mri-grid__column mri-sm-12">Was there a Password on your Application Receipt?</h4> <p class="mri-paragraph mri-font-size-paragraphs-small">
							 Tap the "Don't have an account?" option below and use the following:<br>
							  Username: Year of birth<br>
							  Password: Supplied on your Application Receipt
						</p> <h4 class="mri-dialog__heading mri-grid__column mri-sm-12">Did you receive a Password from your Housing Authority?</h4> <p class="mri-paragraph mri-font-size-paragraphs-small">
							 Tap the "Don't have an account?" option below and use the following:<br>
							  Username: Year of birth<br>
							  Password: Supplied from your Housing Authority
						</p></div></div></div></div></div></div></div><div class="k-widget k-window k-dialog" role="dialog" aria-labelledby="b456118e-8858-4dc0-904e-c581c5b8b6d4_title" style="display: none;"><div class="k-window-titlebar k-dialog-titlebar k-hstack" id="b456118e-8858-4dc0-904e-c581c5b8b6d4_title"><span class="k-window-title k-dialog-title">Warning</span><div class="k-window-actions k-dialog-actions k-hstack"></div></div><div data-role="dialog" class="k-window-content k-dialog-content" tabindex="0"><div class="mri-grid mri-p-none"><div class="mri-grid__row"><div class="mri-grid__column mri-xs-12"><p>This page is about to expire. If you need more time, don't worry, just click or tap the "Yes, I need more time" button. Otherwise, please click or tap the "No, I’m finished" button.</p></div></div></div> <div class="btn-group-wrap" style="text-align: center;"><div class="btn-group-justified"><button type="button" name="left-action-button" class="k-button">No, I’m finished</button> <button type="button" name="right-action-button" class="k-button k-primary">Yes, I need more time</button></div></div></div></div><div><div class="grecaptcha-badge" data-style="bottomright" style="width: 256px; height: 60px; display: block; transition: right 0.3s ease 0s; position: fixed; bottom: 14px; right: -186px; box-shadow: gray 0px 0px 5px; border-radius: 2px; overflow: hidden;"><div class="grecaptcha-logo"><iframe title="reCAPTCHA" width="256" height="60" role="presentation" name="a-c4xlplfyiy2z" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox" src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LcAvqkUAAAAADOQOf7E6SxNlnsyBTgVIE6pCpx_&amp;co=aHR0cHM6Ly93d3cud2FpdGxpc3RjaGVjay5jb206NDQz&amp;hl=en&amp;v=EGbODne6buzpTnWrrBprcfAY&amp;size=invisible&amp;cb=ie2sgclgurgc"></iframe></div><div class="grecaptcha-error"></div><textarea id="g-recaptcha-response-100000" name="g-recaptcha-response" class="g-recaptcha-response" title="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea></div><iframe style="display: none;"></iframe></div></body></html>