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

📄 addgg.asp

📁 购物系统(本版为正式商业版
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="adminset.asp"-->
<%if session("admin")="" then
response.Write "<script language='javascript'>alert('网络超时或您还没有登陆!');window.location.href='login.asp';</script>"
response.End
end if
if session("flag")>1 then
response.Write "<div align=center><font size=80 color=red><b>您没有此项目管理权限!</b></font></div>"
response.End
end if
if qx15<>1 then
response.Write "<div align=center><font size=80 color=red><b>您没有此项目管理权限!</b></font></div>"
response.End
end if
%>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../css.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	color: #000000;
	font-weight: bold;
}
-->
</style></head>

<body>

  <table width="100%" border="0" cellpadding="0" cellspacing="0" background="images/right_top2.gif">
    <tr>
      <td width="1%">&nbsp;</td>
      <td width="99%"><table width="100%" border="0" cellspacing="0" cellpadding="5">
          <tr>
            <td width="30%" style="font-size:14px;color:#ffffff">&nbsp;<span class="style1">添加公告信息</span></td>
            <td width="70%" align="right">&nbsp;</td>
          </tr>
      </table></td>
    </tr>
  </table>
  <p>&nbsp;</p>
  <form method="POST" action="savegg.asp?action=add">
    <table width="90%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#9DB2D4">
      <tr bgcolor="#C7D3E6">
        <td><div align="center">选择类型:</div></td>
        <td bgcolor="#C7D3E6">
          <input name="lx" type="radio" value="0" checked>
        所有会员
        <input type="radio" name="lx" value="1">
        普通会员
        <input name="lx" type="radio" value="2">
        VIP会员
        <input type="radio" name="lx" value="3">
        批发会员</td>
      </tr>
      <tr bgcolor="#F0F3F8">
        <td><div align="center">公告主题:</div></td>
        <td bgcolor="#F0F3F8"><input name="zt" type="text" class="wenbenkuang" id="zt" size="36"></td>
      </tr>
      <tr bgcolor="#F0F3F8">
        <td width="16%" valign="top"><div align="center">内容说明 :</div></td>
        <td width="84%" valign="middle" bgcolor="#F0F3F8">
          <textarea name="nr" cols="80" rows="12" class="wenbenkuang" id="nr"></textarea>        </td>
      </tr>
      <tr bgcolor="#F0F3F8">
        <td width="16%" align="center" bgcolor="#F0F3F8">&nbsp;</td>
        <td width="84%" bgcolor="#F0F3F8">
          <input type="submit" value="马上发布" name="B12" class="go-wenbenkuang">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        <input type="reset" value="全部重填" name="B22" class="go-wenbenkuang">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
      </tr>
    </table>
  </form>
  <br>
<!--#include file="copyright.asp"-->

⌨️ 快捷键说明

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