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

📄 addzhh.asp

📁 实现让客户上网就可以挑选自己所想要的装饰物
💻 ASP
字号:
<!--#include file="cn.asp"-->
<%if session("admin")="" then 
response.Write "<script language='javascript'>alert('请先登录!');window.location.replace('login.asp');</script>"
response.End
cn.close
set cn=nothing
end if
%><style type="text/css">
<!--
body,td,th {
	font-size: 12px;
}
.STYLE1 {color: #FF0000}
-->
</style>
<table width="600" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#B1C3D9">
  <!--DWLayoutTable-->
  <tr>
    <td width="600" height="20" align="center" valign="middle">添加展会信息</td>
  </tr>
  <tr>
    <td height="32" valign="top">
	<form name="form1" method="post" action="savezhh.asp">
	<table width="650" border="0" cellpadding="0" cellspacing="2" bgcolor="#C8D5E4">
	  <!--DWLayoutTable-->
      <tr>
        <td width="63" rowspan="2">标题:</td>
        <td width="151" rowspan="2"><input name="title" type="text" id="title" size="20">        </td>
        <td width="66" rowspan="2" nowrap="nowrap">展出时间:</td>
        <td width="143" rowspan="2"><input name="ztime" type="text" id="ztime" size="20"></td>
        <td width="63" height="2"></td>
        <td width="150"></td>
        </tr>
      <tr>
        <td height="20" valign="top">地址:</td>
        <td valign="top"><input name="address" type="text" id="address" size="20"></td>
        </tr>
      <tr>
        <td height="20">周期:</td>
        <td><input name="zhouqi" type="text" id="zhouqi" size="20"></td>
        <td valign="top" nowrap="nowrap">对象:</td>
        <td valign="top"><input name="duixiang" type="text" id="duixiang" size="20"></td>
        <td valign="top" nowrap="nowrap">创办时间:</td>
        <td valign="top"><input name="start" type="text" id="start"   size="20"></td>
        </tr>
		 <tr>
        <td height="21" valign="top">主办:</td>
        <td colspan="5" valign="top" nowrap="nowrap"><input name="zhuban" type="text" id="zhuban" size="70"></td>
        </tr>
		 <tr>
		   <td height="21" valign="top" nowrap="nowrap">承办</td>
        <td colspan="5" valign="top"><input name="chengban" type="text" id="chengban" size="70" /></td>
        </tr>
		 <tr>
		   <td height="31" valign="top" nowrap="NOWRAP">参展范围:</td>
        <td colspan="5" valign="top"><input name="fanwei" type="text" id="fanwei" size="70" /></td>
        </tr>
		 
		 
      
      
      
	    <tr>
		<td height="364" colspan="6" valign="top" bgcolor="#CCD8E6"><span class="STYLE1">详细</span>:<br>
		  <input name="inf" type="hidden" id="inf" />
		  <iframe id="detail" src="htmledit/ewebeditor.asp?id=inf&amp;style=standard" frameborder="0" scrolling="No" width="550" height="350"></iframe></td>
        </tr>
		  <tr>
		<td height="21" colspan="6" align="center" valign="top" bgcolor="#CCD8E6"><label>
		  <input type="submit" name="Submit" value="发布">
		</label>
		  <label></label>
		  <label>
		  <input type="reset" name="Submit2" value="重填写" />
		  <input type="button" name="Submit3" value="返回上页" onclick="history.go(-1)" />
		  </label></td>
        </tr>
    </table>
	</form></td>
  </tr>
</table>

⌨️ 快捷键说明

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