https://tokiwa-industrytitrs.jp/tiedi/trs

已提交的 URL:
https://tokiwa-industrytitrs.jp/
報告完成時間:

連結 · 找到 0 個

從頁面中識別的傳出連結

JavaScript 變數 · 找到 56 個

在頁面的視窗物件上載入的全域 JavaScript 變數是在函數外部宣告的變數,可從目前範圍內程式碼中的任何位置存取

名稱類型
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
$function
jQueryfunction
AJAX_TIMEOUTnumber
rcv_sync_saveundefined
auto_focus_before_idundefined
auto_focus_next_idundefined
auto_focus_callbackobject

主控台記錄訊息 · 找到 1 條

記錄到 Web 主控台的訊息

類型類別記錄
verbosedom
URL
https://tokiwa-industrytitrs.jp/tiedi/trs
Text
[DOM] Password field is not contained in a form: (More info: https://goo.gl/9p2vKq) %o

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>&nbsp;</td>
						<td>
							<table cellpadding="0" cellspacing="0" border="0">
								<tbody><tr>
									<td width="100" height="28" align="right">UserId:&nbsp;</td>
									<td width="190">
										<input id="user_cd" type="text" maxlength="10" value="">
									</td>
								</tr>
								<tr>
									<td width="100" height="28" align="right">Password:&nbsp;</td>
									<td width="190">
										<input id="pass_word" type="password" maxlength="10" value="">
									</td>
								</tr>
								<tr>
									<td width="100" height="34">&nbsp;</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">&nbsp;</td>
						<td>&nbsp;</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>