📄 index.asp
字号:
<!--#include file="cn.asp"-->
<%
if session("user")="" then
response.Redirect "../login.asp"
end if
%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title><%=web%> 用户<%=session("user")%> 控制面板</title>
<link href="../css/styles.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
body {
margin-top: 0px;
}
-->
</style></head>
<body>
<table width="788" border="0" cellpadding="0" cellspacing="0" align="center" background="../images/bg01.gif">
<!--DWLayoutTable-->
<tr>
<td height="56" colspan="4" valign="top"><!--#include file=top.asp--> </td>
</tr>
<tr>
<td width="14" height="470"> </td>
<td width="205" valign="top"><iframe frameborder="0" id="left" name="left" scrolling=auto src="left.asp" height="550" width="200"> </iframe></td>
<td width="569" rowspan="2" valign="top"><iframe frameborder="0" id="right" name="right" src="man.asp" width="550" height="550
"></iframe></td>
</tr>
<!--#include file=bot.asp-->
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -