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

📄 index.asp

📁 实现让客户上网就可以挑选自己所想要的装饰物
💻 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-->&nbsp;</td>
  </tr>
  <tr>
    <td width="14" height="470">&nbsp;</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 + -