getuserdata.asp

来自「机票预定系统 各个模块的设计-ticket reservation system」· ASP 代码 · 共 27 行

ASP
27
字号
<html>
<head id="container">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>管理</title>
<link rel="stylesheet" type="text/css" href="../../system_manage/style/comm.css" />
<link rel="stylesheet" type="text/css" href="../../system_manage/style/skin0.css" />
<style type="text/css">
#qq_ico{margin:2px 0 0 5px}
</style>
<script>top.InitPageEvent(window);</script>
<script>var nn="";</script></head>
<body onUnload="top.gMinimizeContainerContent=top.S('minimize_container', window).innerHTML;" class="getuserdata">
<div class="topbg">
<div class="setinfo addrtitle">
		<script>document.write('<span id="minimize_container">'+(top.gMinimizeContainerContent?top.gMinimizeContainerContent:'')+'</span>');</script>
	<a href="/" class="toptitle" target="_blank">首页</a> &nbsp;|&nbsp;
	<a href="logout.asp" target="_parent" class="toptitle" >退出</a></div>
</div>
<div class="lgoo"><a href="orders.asp" target="mainFrame" onFocus="this.blur()">
<div id="imglogo" src="../../images/spacer.gif" class="left imglogo" style="background-image:url(images/logo_user.gif)"></div></a></div>
<div class="switch">
	欢迎您, <b id="useralias"></b>
	&lt;<span id="useraddr"><%=request.cookies("mem_login")%></span>&gt;<br/>
	<span class="addrtitle">[<a href="orders.asp?oRderStatus=1" target="mainFrame">管理首页</a>]&nbsp;&nbsp;</span></div>
<iframe allowTransparency="true" width="100%" height="22" scrolling="no" style="position:absolute;top:45px;" frameborder="0" id="actionFrame" name="actionFrame" onload="top.ActionFinishCheck();"/></iframe>
</body>
</html>

⌨️ 快捷键说明

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