📄 hover_honor_add.asp
字号:
<!--#include file="toptable.asp"-->
<%
'=================================
' 良精科技企业管理系统
' QQ在线客服:65961930 82993936
' 咨询定购Tel:010-81991660
' asp3721@hotmail.com
' www.liangjing.net
' copyright(c)2001-2008 HoverCms 2007特别版
'=================================
%>
<%if Request.QueryString("no")="eshop" then%>
<%
title=server.htmlencode(Trim(Request("title")))
img=server.htmlencode(Trim(Request("img")))
%>
<%
If title="" Then
response.write "SORRY <br>"
response.write "请输入更新内容的标题!!<a href=""javascript:history.go(-1)"">返回重输</a>"
response.end
end if
If img="" Then
response.write "SORRY <br>"
response.write "内容不能为空!!<a href=""javascript:history.go(-1)"">返回重输</a>"
response.end
end if
Set rs = Server.CreateObject("ADODB.Recordset")
sql="select * from Hover_Honor "
rs.open sql,conn,1,3
rs.addnew
rs("title")=title
rs("img")=img
rs.update
rs.close
response.redirect "Hover_honor.asp"
end if
%>
<!-- #include file="Inc/Head.asp" -->
<BR>
<table width="97%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableBorder">
<form method="post" action="Hover_honor_add.asp?no=eshop">
<tr>
<td class="title" height="25" align="center" colspan="2"><strong>添加资质证书</strong></td>
</tr>
<tr>
<td class="title2" height="25" colspan="2"> 选择您需要更改的资质证书信息。</td>
</tr>
<tr>
<td width="41%" height="25" align="right" class="table" > 证书名称</td>
<td width="59%" class="table" ><input type="text" name="title" class="inputtext" maxlength="30" size="25"></td>
</tr>
<tr>
<td height="22" align="right" bgcolor="#E3E3E3" class="table">资质证书</td>
<td class="table"><input name="img" type="text" class="inputtext" id="img" size="30" maxlength="50">
<font color="#FF0000"> * 图片地址</font></td>
</tr>
<tr>
<td align="right" class="table">图片上传</td>
<td class="table"><iframe name="ad" frameborder=0 width=100% height=25 scrolling=no src=../uploada.asp></iframe></td>
</tr> <tr bgcolor="#C0C0C0">
<td height="25" colspan="2" align="center" class="table"><input name="submit" type="submit" class="btn" value="确定">
<input name="reset" type="reset" class="btn" value="取消"> </td>
</tr>
</form>
</table>
<p><BR>
<%htmlend%>
</p>
<p> </p>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -