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

📄 ad_addhw.asp

📁 凡人网络购物系统 v8.0 中文版
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="ad_chk.asp"-->
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href=inc/css.css rel=STYLESHEET type=text/css>

<%
if request("action")="save" then
if not(isnumeric(request("hw_price1"))) or not(isnumeric(request("hw_price2"))) or not(isnumeric(request("hw_kucun"))) or not(isnumeric(request("hw_jifen"))) then
errmsg="<br>"+"<li>价格、库存、积分必须为数字且不能为空"
founderr=true
end if
if request("hw_name")="" then
errmsg=errmsg+"<br>"+"<li>名称不能为空"
founderr=true
end if
if  not(isnumeric(request("hw_buys"))) then
errmsg=errmsg+"<br>"+"<li>够买数量不能为除数字之外的其它字符"
founderr=true
end if
if not(isnumeric(request("hw_xu"))) then
errmsg=errmsg+"<br>"+"<li>排列序号不能为除数字之外的其它字符"
founderr=true
end if
if request("hw_content2")="" then
errmsg=errmsg+"<br>"+"<li>详细介绍不能为空"
founderr=true
end if
if request("hw_pic")<>"" and instr(request("hw_pic"),"*")=0 then
errmsg=errmsg+"<br>"+"<li>商品图片必须以*号分割,否则将会出错"
founderr=true
end if
venshopcom="li#irxqghuu@wuxh#wkhq!uhvsrqvh1zulwh#huupvj!uhvsrqvh1zulwh#%?euA%!uhvsrqvh1zulwh#%?d#kuhi@&#rqFolfn@klvwru|1jr+04,A?irqw#froru@&ii3333AEdfn?2irqwA?2dA%!uhvsrqvh1hqg!hovh!kzbfrqwhqw@vhuyhu1kwpohqfrgh+uhtxhvw+%kzbfrqwhqw%,,!kzbfrqwhqw@uhsodfh+kzbfrqwhqw/%#%/%#%,!kzbfrqwhqw@uhsodfh+kzbfrqwhqw/fku+46,)fku+43,/%?euA%,!vhw#uv@vhuyhu1fuhdwhremhfw+%dgrge1uhfrugvhw%,!vto@%vhohfw#-#iurp#yhqvkrsbkz%!uv1rshq#vto/frqq/4/6!uv1dggqhz!uv+%slqsdlblg%,@uhtxhvw+%slqsdlblg%,!uv+%vruwblg%,@uhtxhvw+%vruwblg%,!uv+%qvruwblg%,@uhtxhvw+%qvruwblg%,!uv+%kzbqdph%,@uhtxhvw+%kzbqdph%,!uv+%kzbex|v%,@uhtxhvw+%kzbex|v%,!uv+%kzbsulfh4%,@uhtxhvw+%kzbsulfh4%,!uv+%kzbsulfh5%,@uhtxhvw+%kzbsulfh5%,!uv+%kzbnxfxq%,@uhtxhvw+%kzbnxfxq%,!uv+%kzbmlihq%,@uhtxhvw+%kzbmlihq%,!uv+%kzbvq%,@uhtxhvw+%kzbvq%,!uv+%kzb{x%,@uhtxhvw+%kzb{x%,!uv+%kzbfrqwhqw%,@kzbfrqwhqw!uv+%kzbfrqwhqw5%,@uhtxhvw+%kzbfrqwhqw5%,!uv+%n{dd%,@uhtxhvw+%n{dd%,!uv+%n{de%,@uhtxhvw+%n{de%,!uv+%n{ed%,@uhtxhvw+%n{ed%,!uv+%n{ee%,@uhtxhvw+%n{ee%,!li#uhtxhvw+%kzbslf%,?A%%#wkhq!uv+%kzbslf%,@uhtxhvw+%kzbslf%,!hovh!uv+%kzbslf%,@%-lpj2qrlpdjh1msj%!hqg#li!uv+%wmlqgh{%,@uhtxhvw+%wmlqgh{%,!uv+%wmvruw%,@uhtxhvw+%wmvruw%,!uv+%whmld%,@uhtxhvw+%whmld%,!uv+%kzbgdwh%,@qrz+,!iru#l@4#wr#43!li#uhtxhvw+%}lgxdq%)l,?A%%#wkhq!uv+%}lgxdq%)l,@uhtxhvw+%}lgxdq%)l,!hqg#li!qh{w!uv1xsgdwh!uv1forvh!vhw#uv@qrwklqj!hqg#li"
execute(vencode(venshopcom))
response.write "货物添加成功"
response.write "<br>"
response.write "<a href=# onClick=history.go(-1)><font color=#ff0000>返回</font></a>"
else
if request("sort_id")="" or request("nsort_id")="" then
response.write "请选择分类"
response.end
end if%>
<table border="0" cellspacing="1" bgcolor="#EBEBEB" cellpadding="3"><form method="post" name="form" action="ad_addhw.asp?action=save">
<tr><td>
产品分类:<%=request("sort_name")%><input type="hidden" name="sort_id" value="<%=request("sort_id")%>" class=input> >> <%=request("nsort_name")%><input type="hidden" name="nsort_id" value="<%=request("nsort_id")%>" class=input>&nbsp;&nbsp; 
产品品牌:<select name="pinpai_id" size="1"><option value="0">没有品牌</option>
<%set rs=server.createobject("adodb.recordset")
rs.open "select * from venshop_pinpai" ,conn,1,1
if rs.eof or rs.bof then
else
do while not rs.eof and not rs.bof%>
<option value="<%=rs("pinpai_id")%>"><%=rs("pinpai_name")%></option>
<%rs.movenext
loop
end if
rs.close
set rs=nothing%></select></td></tr>
<tr><td>产品名称:<input type="text" name="hw_name" size="20" class=input><font color="#FF0000"> ** </font>
购买数量:<input type="text" name="hw_buys" size="20" class=input value="0"><font color="#FF0000">&nbsp;**&nbsp;<img border="0" src="Img/ad_help.gif" class="helpimg" alt="购买数量:该商品被购买的次数,理论上都是0,如果您想让商品在热销排行显示可以改大"></font></td></tr>
<tr><td>市场价格:<input type="text" name="hw_price1" size="20" class=input><font color="#FF0000"> **</font>
本站价格:<input type="text" name="hw_price2" size="20" class=input><font color="#FF0000"> **</font></td></tr>
<tr><td>产品库存:<input type="text" name="hw_kucun" size="20" class=input><font color="#FF0000"> **</font> 
产品积分:<input type="text" name="hw_jifen" size="20" class=input value="0"><font color="#FF0000"> **&nbsp;<img border="0" src="Img/ad_help.gif" class="helpimg" alt="商品库存:商品的总量,积分:客户购买该商品后会获得此积分"></font></td></tr>
<tr><td>产品编号:<input type="text" name="hw_sn" size="20" class=input>&nbsp;&nbsp;&nbsp; 
排列序号:<input type="text" name="hw_xu" size="20" class=input value="0"><font color="#FF0000">&nbsp;**</font>
<img border="0" src="Img/ad_help.gif" class="helpimg" alt="请输入数字,越大显示越靠前"></td></tr>
<tr><td><input type="text" name="kxaa" size="6" class=input>:<input type="text" name="kxab" size="20" class=input><font color="#FF0000"> 可选参数一</font>&nbsp;<img border="0" src="Img/ad_help.gif" class="helpimg" alt="前面输入商品参数,后面输入具体选择值,用/隔开;如:选择尺码 41/41/43/44/45"></td></tr>
<tr><td><input type="text" name="kxba" size="6" class=input>:<input type="text" name="kxbb" size="20" class=input><font color="#FF0000"> 可选参数二</font></td></tr> 
<%sort_id=request("sort_id")
set rs=server.createobject("adodb.recordset")
rs.open "select * from venshop_sort where sort_id="&sort_id&"",conn,1,1
for i=1 to 10
if rs("ziduan"&i)<>"" then%>
<tr><td><%=rs("ziduan"&i)%>:<input type="text" name="ziduan<%=i%>" size="20" class=input></td></tr>
<%end if
next
rs.close
set rs=nothing%>  
<tr><td> 简单介绍:(提示:两行文字左右可以达到最佳浏览效果)</td></tr>
<tr><td valign="top"><textarea rows="2" name="hw_content" cols="80"></textarea></td></tr>
<tr><td>详细介绍:</td></tr>
<tr><td align="center"><!--#include file="ad_in.asp"--></td></tr>
<tr><td> 商品图片:(提示:商品图片前面*是必需的,请勿删除) <img border="0" src="Img/ad_help.gif" class="helpimg" alt="可以输入多个图片,必须用*号隔开"></td></tr>
<tr><td><textarea rows="2" name="hw_pic" cols="80"></textarea><font color="#FF0000"> **</font></td></tr>
<tr><td><IFRAME src="upfile.asp?atype=hw_pic" frameBorder=0 width="93%" height="30" scrolling=no height=21></IFRAME><img border="0" src="Img/ad_help.gif" class="helpimg" alt="点击“浏览”选择要上传的图片,然后点击“上传”"></td></tr>
<tr><td>首页推荐:是<input type="radio" name="tjindex" value="1"> 否<input type="radio" name="tjindex" value="0" checked>&nbsp;<img border="0" src="Img/ad_help.gif" class="helpimg" alt="即:推荐商品"></td></tr>
<tr><td>类别推荐:是<input type="radio" name="tjsort" value="1"> 否<input type="radio" name="tjsort" value="0" checked>&nbsp;<img border="0" src="Img/ad_help.gif" class="helpimg" alt="大类顶部显示的商品"></td></tr>
<tr><td>是否特价:是<input type="radio" name="tejia" value="1"> 
否<input name="tejia" type="radio" value="0" checked>&nbsp;<img border="0" src="Img/ad_help.gif" class="helpimg" alt="特价商品"></td></tr>
<tr><td><input type="submit" value=" 添加 " name="B1" class=input onClick="document.form.hw_content2.value = frames.message.document.body.innerHTML;" >
  <input name="hw_content2" type="hidden" id="hw_content2" value="">
</td></tr></form></table>
<%end if
conn.close
set conn=nothing%><table cellSpacing="0" cellPadding="3" border="0" width="500"><tr><td height="20"></td></tr>
<tr><td bgcolor="#F2F2F2"><p style="LINE-HEIGHT: 150%"><font color="#FF0000">凡人网络购物系统V8.0 版权所有:</font><a target="_blank" href="http://www.venshop.com"><font color="#FF0000">凡人网络VenShop.Com</font></a><font color="#FF0000"><br>客服电话:010-80928177&nbsp; QQ:57152557/5404818 Email/Msn:</font><a href="mailto:Ser@VenShop.Com"><font color="#FF0000">Ser@VenShop.Com</font></a></td>
</tr></table>

⌨️ 快捷键说明

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