index.asp

来自「多用户个人主页系统(ASP)」· ASP 代码 · 共 20 行

ASP
20
字号
<%
response.buffer=true
response.expires=0%>
<!--#include file="../includes/dataconn.inc"-->
<!--#include file="../includes/setup.asp"-->
<HTML><HEAD><TITLE><%=sitename%></TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<link href="../images/css.css" rel="stylesheet" type="text/css">
</HEAD>
<BODY bgColor=#666666 leftMargin=0 topMargin=0 marginwidth="0" marginheight="0" oncontextmenu="return false" onmouseover="self.status='<%=sitename%>';return true">
<!--#include file="top.asp"-->
      <table width="776" align="center" height="23" border="0" cellpadding="0" cellspacing="0" background="../images/new_bg.gif">
        <tr> 
          <td><img 
                  height=9 src="../images/news_4.gif" width=9> 帮 助 中 心</td>
        </tr>
      </table>
<!--#include file="copyright.asp"-->
</BODY></HTML>

⌨️ 快捷键说明

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