- ID de exploración:
- 6e235ec0-8156-423c-9cf7-272ce49cb6c5Finalizado
- URL enviada:
- https://tokiwa-industrytitrs.jp/
- Informe finalizado:
Enlaces: 0 encontrados
Los enlaces salientes identificados en la página
Variables JavaScript: 56 encontradas
Las variables JavaScript globales cargadas en el objeto de ventana de una página son variables declaradas fuera de las funciones y a las que se puede acceder desde cualquier lugar del código en el ámbito actual
Nombre | Tipo |
---|---|
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 |
Mensajes de registro de la consola: 1 encontrados
Mensajes registrados en la consola web
Tipo | Categoría | Registrar |
---|---|---|
verbose | dom |
|
HTML
El cuerpo HTML sin procesar de la página
<!--?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>