⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 default.asp

📁 机票预定系统 各个模块的设计-ticket reservation systems detailed design system modules of the design
💻 ASP
字号:
<%
if session("login_name")="" then
response.Redirect("memlogin.asp")
end if
%>
<html>
<head id="container" name="container">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="mon, 22 jul 2002 11:12:01 GMT">
<meta http-equiv="pragma" content="no-cache">
<title>机票后台管理</title>
<script language="javascript">

var res_time = new Date();
var iTimeoutID = setTimeout(ShowTestWin,30000);
function clearTime()
{
	window.clearTimeout(iTimeoutID);
}
function ShowTestWin()
{
	var speedtest = document.getElementById("speedtest");
	speedtest.style.display="";
	setTimeout(CloseTestWin,10000);
}
function CloseTestWin()
{
	var speedtest = document.getElementById("speedtest");
	speedtest.style.display="none";
}
function OpenStatWin(OrderNum,oRderStatus)
{
	var id = "speedstatwin";
	var url = "../order/manager/gljp_01_yw_08.asp?OrderID="+OrderNum+"&amp;OrdStatus="+oRderStatus+"";
	OpenDialog(id,url,true,500,500);
}
</script>
<link rel="stylesheet" type="text/css" href="style/comm.css" onload="res_time=(new Date())-res_time;"/>
<link rel="stylesheet" type="text/css" href="style/skin0.css" />
<script language="JavaScript" src="../js/all.js"></script>
</head>
<body class="frame_class">
<div style="position:absolute;right:12px;bottom:12px;display:none" id ="speedtest" name="speedtest">
	<div style="position:absolute;z-index:-1;background:#dedede;width:210px;height:100px;margin:3px 0 0 3px;">&nbsp;</div>
	<div>
		<div style="float:left;background:#ffffdb;width:210px;height:86px;border:1px solid #d5a337;line-height:18px;">
			<div style="padding:10px;">
				尊敬的用户,欢迎您的登陆,如您需要帮助请进入帮助中心!<a onClick="S('speedtest').style.display='none'" href="#">不用了!</a>
				<div style="margin-top:6px"><a href="http://www.400039.com/news/" onClick="S('speedtest').style.display='none'">进入帮助中心 &#187;</a> </div>
			</div>
		</div>
	</div>
</div>
<table style="border-bottom:none!important;border-bottom:2px solid #fff;" cellspacing="0" cellpadding="0" width="100%" height="100%">
<!----头部框架------>
	<tr>
		<td height="66"><iframe src="getuserdata.asp" width=100% height=100% name="topFrame" scrolling="No" noresize="noresize" id="topFrame" FRAMEBORDER="no"/></iframe></td>
	</tr>
		<tr>
		<td height="11"><div class="topline" style="height:11px;overflow:hidden;"><div class="toplineimg left" id="img_line"></div></div></td>
	</tr>
		<tr>
		<td><!----左边框架------>
			<div style="float:left;width:188px;height:100%; ">
				<iframe src="folderlist.asp" width=100% height=100% name="leftFrame" scrolling="no" noresize="noresize" id="leftFrame" FRAMEBORDER="no"/></iframe>
			</div>
			<!----右边框架------>
			<div style="margin-left:191px!important;margin-left:188px;margin-right:0!important;margin-right:2px;height:100%;">
				<iframe src="today.asp" width=100% height=100% name="mainFrame" id="mainFrame" FRAMEBORDER="no" scrolling="auto"/></iframe>
			</div>
		</td>
	</tr>
</table>
<div id=qqmail_mask class=editor_mask style="display:none;"></div>
<iframe frameborder="0" scrolling="no" id="qqmail_dialog" class="menu_base_if" style="display:none;left:0;top:0;" src="about:blank"></iframe>
<iframe id="signatureFrame" name="signatureFrame" onload="top.CheckSignatureFrame();" style="display:none;"/></iframe>
<img width=0 height=0 id=imgSpeedStat style="display:none;position:absolute;">
<iframe id="fileTransporterStatic" name="fileTransporterStatic" src=""  style="display:none;"></iframe>
<iframe id="ifrmSpeedStat" name="ifrmSpeedStat" style="display:none;"></iframe>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -