main.asp

来自「功能特点:1、在wap1.0的基础上添加了铃声栏目; 」· ASP 代码 · 共 19 行

ASP
19
字号
<!--#include file="conn.asp"-->
<!--#include file="cook.asp"-->
<!--#include file="info.asp"-->
<%
call htmltop()
%>
<table width="700" height="400" border="0" align="center" cellpadding="0" cellspacing="0" class="TdStyle">
  <tr>
    <td align="center" bgcolor="#FFFFFF"><br>
      <table width="500" border="0" cellpadding="5" cellspacing="1" bgcolor="#C0C0C0">
          <tr bgcolor="#FFFFFF"> 
            <td height="25" align="center">欢迎“<%=session("admin")%>”进入《<%=webtitle%>》网站管理系统!!!</td>
          </tr>
     </table><br></td>
  </tr>
</table>
<%
call htmlend
%>

⌨️ 快捷键说明

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