📄 product_promote_add2.asp
字号:
<!--#include file="conn.asp" -->
<!--#include file="admin_dn.asp" -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
<link href="image/css.css" rel="stylesheet" type="text/css">
<%
if Trim(Request.QueryString("w"))="save" then
rs.open "promote_2",conn,2,3
rs.addnew
rs("bh")=request("bh")
rs("dl")=request("dl")
rs("bm")=request("bm")
rs("title")=request("title")
rs("body")=replace(request("body"),vbcrlf,"<br>")
rs("je1")=request("je1")
rs("je2")=request("je2")
rs("je3")=request("je3")
rs.update
rs.close
%>
<script language="VBScript" type="text/VBScript">
msgbox "小类新增成功!!!!"
</script>
<meta http-equiv="refresh" content="0;url=product_promote_manage.asp">
<%
end if
%>
</head>
<body leftmargin="5" topmargin="5">
<p><strong>网站推广小类增加</strong></p>
<br>
<form name="form1" method="post" action="product_promote_add2.asp?w=save">
<table width="90%" height="244" border="0" align="center" cellpadding="0" cellspacing="0">
<tr bgcolor="#f7f7f7">
<td height="18" colspan="2"><strong>小类新增</strong></td>
</tr>
<tr>
<td width="19%" height="23">所属大类:</td>
<td width="81%"><%= Trim(Request.QueryString("title")) %>
<input name="bh" type="hidden" id="bh" value="<%=Request("id")%>">
<input name="dl" type="hidden" id="dl" value="<%=request("title")%>"></td>
</tr>
<tr>
<td height="23">产品编号:</td>
<td><input name="bm" type="text" id="bm" size="15"></td>
</tr>
<tr>
<td height="25">产品名称:</td>
<td><input name="title" type="text" id="title"></td>
</tr>
<tr>
<td>产品介绍:</td>
<td><textarea name="body" cols="40" rows="5" id="body"></textarea></td>
</tr>
<tr>
<td>直接客户价格:</td>
<td><input name="je1" type="text" id="je1" size="15">
元/年 <font color="#FF0000">只能为数字</font> </td>
</tr>
<tr>
<td height="22">一般代理价格:</td>
<td><input name="je2" type="text" id="je2" size="15">
元/年 <font color="#FF0000">只能为数字</font> </td>
</tr>
<tr>
<td>高级代理价格:</td>
<td><input name="je3" type="text" id="je3" size="15">
元/年 <font color="#FF0000">只能为数字</font> </td>
</tr>
<tr>
<td> </td>
<td><p> </p>
<p>
<input type="submit" name="Submit" value="增加产品">
</p>
<p> </p></td>
</tr>
</table>
</form>
<p> </p>
<p align="center">[<a href="product_promote_manage.asp">返回管理页</a>] </p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -