index.asp

来自「ASPSQL企业网络管理系统」· ASP 代码 · 共 31 行

ASP
31
字号
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="../include/check_admin.asp" -->
<link href="../style/style.css" rel="stylesheet" type="text/css">
<html>
<head>
<title>管理中心</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body topmargin="0">
<table width="800" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#CCCCCC" topmargin="0">
  <tr> 
    <td colspan="5"><!--#include file="../include/logo.asp" --></td>
  </tr>
  <tr valign="top"> 
    <td width="10">&nbsp;</td>
    <td width="200" height="500" bgcolor="#FFFFFF"><% Server.Execute("left.asp") %></td>
    <td width="10">&nbsp;</td>
    <td height="500" width="570" align="center" bgcolor="#FFFFFF"><iframe name="main_frame" src="welcome.asp" frameborder="0" height="500" width="570"></iframe></td>
    <td width="10" align="center">&nbsp;</td>
  </tr>
  <tr> 
    <td width="10">&nbsp;</td>
    <td width="200">&nbsp;</td>
    <td width="10">&nbsp;</td>
    <td align="center">&nbsp;</td>
    <td width="10" align="center">&nbsp;</td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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