- ID de l'analyse :
- 6e235ec0-8156-423c-9cf7-272ce49cb6c5Terminée
- URL soumise :
- https://tokiwa-industrytitrs.jp/
- Fin du rapport :
Liens : 0 trouvé(s)
Liens sortants identifiés à partir de la page
Variables JavaScript : 56 trouvée(s)
Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel
Nom | Type |
---|---|
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 |
Messages de journal de console : 1 trouvé(s)
Messages consignés dans la console web
Type | Catégorie | Enregistrement |
---|---|---|
verbose | dom |
|
HTML
Le corps HTML de la page en données brutes
<!--?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>