- 扫描 ID:
- 6e235ec0-8156-423c-9cf7-272ce49cb6c5已完成
- 提交的 URL:
- https://tokiwa-industrytitrs.jp/
- 报告完成时间:
链接 · 找到 0 个
从页面中识别出的传出链接
JavaScript 变量 · 找到 56 个
在页面窗口对象上加载的全局 JavaScript 变量是在函数外部声明的变量,可以从当前范围内的代码中的任何位置访问
名称 | 类型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
$ | function |
jQuery | function |
AJAX_TIMEOUT | number |
rcv_sync_save | undefined |
auto_focus_before_id | undefined |
auto_focus_next_id | undefined |
auto_focus_callback | object |
控制台日志消息 · 找到 1 条
记录到 Web 控制台的消息
类型 | 类别 | 记录 |
---|---|---|
verbose | dom |
|
HTML
页面的原始 HTML 正文
<!--?xml version="1.0" encoding="UTF-8"?--><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta http-equiv="Content-Style-Type" content="text/css">
<script type="text/javascript" src="js/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="js/jquery-ui.min.js"></script>
<script type="text/javascript" src="js/cobra.js"></script>
<script type="text/javascript" src="js/common.js"></script>
<script type="text/javascript" src="js/login.js"></script>
<link rel="stylesheet" type="text/css" href="css/common.css">
<link rel="stylesheet" type="text/css" href="css/login.css">
<link rel="shortcut icon" href="img/favicon.ico">
<title>TOKIWA Login</title>
</head>
<body>
<div id="base">
<input id="encrypt_key" type="hidden" value="">
<div id="system_logo" style="width: 500px;">
<table cellpadding="0" cellspacing="0" border="0">
<tbody><tr>
<td width="130" height="70">
<img src="img/logo.png" height="50" align="middle" style="margin-left: 5px;">
</td>
<td width="290">
<img src="img/trslogo.png" style="margin-left: 10px;">
</td>
</tr>
<tr>
<td> </td>
<td>
<table cellpadding="0" cellspacing="0" border="0">
<tbody><tr>
<td width="100" height="28" align="right">UserId: </td>
<td width="190">
<input id="user_cd" type="text" maxlength="10" value="">
</td>
</tr>
<tr>
<td width="100" height="28" align="right">Password: </td>
<td width="190">
<input id="pass_word" type="password" maxlength="10" value="">
</td>
</tr>
<tr>
<td width="100" height="34"> </td>
<td width="190">
<div class="button">
<a id="login_bt">Login</a>
</div>
</td>
</tr>
</tbody></table>
<div id="password_change" style="display: none;"></div>
<div id="gamen_select" style="display: none;"></div>
</td>
</tr>
<tr>
<td height="15"> </td>
<td> </td>
</tr>
</tbody></table>
</div>
<!-- インフォメーション開始 -->
<div id="information_area"></div>
<!-- インフォメーション終了 -->
</div>
<form id="output_form" method="post" target="_blank" action="">
<input id="output_form_encrypt_key" type="hidden" name="inputInfo.encryptKey" value="">
<input id="output_form_ymd" type="hidden" name="" value="">
</form>
</body></html>