- 扫描 ID:
- 3ffef920-ff9b-40c4-9f67-cd7bb5d81174已完成
- 提交的 URL:
- https://fmcsa-dot-report.com/LIVIEW/pkg_form_START.prc_saz_entry
- 报告完成时间:
链接 · 找到 0 个
从页面中识别出的传出链接
JavaScript 变量 · 找到 7 个
在页面窗口对象上加载的全局 JavaScript 变量是在函数外部声明的变量,可以从当前范围内的代码中的任何位置访问
名称 | 类型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
$ | function |
jQuery | function |
mask | function |
mssn | function |
控制台日志消息 · 找到 2 条
记录到 Web 控制台的消息
类型 | 类别 | 记录 |
---|---|---|
error | network |
|
error | network |
|
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>