admin_newsadd1.asp

来自「庐江二中」· ASP 代码 · 共 34 行

ASP
34
字号
<%PageName="admin_NewsAdd"%>
<!--#include file="session.asp"-->
<%checkAdmin1%>
<!--#include file="conn.asp"-->
<!--#include file="const.asp"-->
<!--#include file="top.asp"--><br><br>
<table width="60%" border="1" align="center" cellpadding="1" cellspacing="0" bgcolor="<%=MainBgColor%>">
  <tr> 
    <td valign=top> <form method="POST" action="admin_NewsAdd2.asp">
        <table border="1" width="100%" cellspacing="0" cellpadding="0" Class="TableLine" bordercolorlight="<%=MainBColor%>" bgcolor="<%=MainCColor%>">
          <tr> 
            <td width="100%" height="20" colspan=2 align=center background="images/admin/b3.gif" bgcolor="<%=MainTColor%>"><b>文章发布</b></td>
          </tr>
          <tr> 
            <td align="center">
              <p> 
                <%
adminURL="admin_NewsAdd1.asp?"
%>
                <!--#include file="admin_ManaSelect.asp"-->
              </p>
              </td>
          </tr>
          <tr> 
            <td align="center" height="25"> <%if request("Bigclassname")="" then%> <input type="button" value=" 确 定 " name="cmdok" onclick="window.alert('请选择大类!')"> 
              <%else%> <input type="submit" value=" 确 定 " name="cmdok"> <%end if%> </td>
          </tr>
        </table>
      </form></td>
  </tr>
</table>
<%rs.close
set Trs=nothing
set rs=nothing%>

⌨️ 快捷键说明

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