📄 adproductshopxp.asp
字号:
subcat[16] = new Array("性感香水","58","586");
subcat[17] = new Array("手链","56","578");
subcat[18] = new Array("正装","59","601");
subcat[19] = new Array("三星","54","606");
subcat[20] = new Array("摄像机","55","574");
subcat[21] = new Array("掌上电脑","54","570");
subcat[22] = new Array("脚链耳环","56","579");
subcat[23] = new Array("西门子","64","607");
subcat[24] = new Array("娃娃衫","59","602");
subcat[25] = new Array("应用软件","54","571");
subcat[26] = new Array("摄像配件","55","575");
subcat[27] = new Array("洗面奶","57","583");
subcat[28] = new Array("照相器材","55","587");
subcat[29] = new Array("男式手表","56","593");
subcat[30] = new Array("少数民族服装","59","603");
subcat[31] = new Array("眼线笔","57","595");
subcat[32] = new Array("笔记本电脑配件","54","589");
subcat[33] = new Array("手机充电器","64","608");
subcat[34] = new Array("办公设备","54","590");
subcat[35] = new Array("女士手表","56","594");
subcat[36] = new Array("唇线笔","57","596");
subcat[37] = new Array("SD卡/MMC卡","64","609");
subcat[38] = new Array("闪存卡","55","588");
subcat[39] = new Array("服务器","54","591");
subcat[40] = new Array("洁面啫哩","57","597");
subcat[41] = new Array("交换机","54","592");
subcat[42] = new Array("眼影","57","598");
onecount=43;
function changelocation(locationid)
{
document.myform.shopxpse_id.length = 0;
var locationid=locationid;
var i;
for (i=0;i < onecount; i++)
{
if (subcat[i][1] == locationid)
{
document.myform.shopxpse_id.options[document.myform.shopxpse_id.length] = new Option(subcat[i][0], subcat[i][2]);
}
}
changelocation3(document.myform.shopxpse_id.options[document.myform.shopxpse_id.selectedIndex].value)
}
function changelocation3(locationid)
{
document.myform.xclassid.length = 0;
var locationid=locationid;
var i;
for (i=0;i < threecount; i++)
{
if (subcat3[i][1] == locationid)
{
document.myform.xclassid.options[document.myform.xclassid.length] = new Option(subcat3[i][0], subcat3[i][2]);
}
}
}
//-->
</script>
<body>
<form name="myform" method="post" action="sshopxpaddpt.asp?action=add" OnSubmit="return checkkk()" >
<table width="96%" border="0" cellpadding="0" cellspacing="5" bgcolor="#F1F3F5">
<tr >
<td width="23%" align="right">选择商品的分类:</td>
<td width="77%">
大类:
<select name="shopxpbe_id" size="1" id="shopxpbe_id" onChange="changelocation(document.myform.shopxpbe_id.options[document.myform.shopxpbe_id.selectedIndex].value)">
<option selected value="54">电脑/软件/网络/办公</option>
<option value="64">手机/通讯设备/卡</option>
<option value="56">珠宝首饰/银饰礼品</option>
<option value="55">数码相机/摄影摄像</option>
<option value="57">化妆品/香水/护肤</option>
<option value="58">女装/女士精品/童装</option>
<option value="59">女士箱包/鞋帽/儿童</option>
<option value="60">品牌电脑/耗材</option>
<option value="61">动运/户外/休闲</option>
<option value="62">男装/男士精品</option>
<option value="63">玩具模型/卡通产品</option>
<option value="70">成人保健用品</option>
<option value="71">更多/其它商品</option>
</select>
小类:
<select name="shopxpse_id" size="1" id="shopxpse_id" onChange="changelocation3(document.myform.shopxpse_id.options[document.myform.shopxpse_id.selectedIndex].value)">
<option value=568>笔记本</option><option value=569>台式机</option><option value=570>掌上电脑</option><option value=571>应用软件</option><option value=589>笔记本电脑配件</option><option value=590>办公设备</option><option value=591>服务器</option><option value=592>交换机</option><option value=606>三星</option>
</select>
三级分类:
<select name="xclassid">
暂时没有子分类
</td>
</tr>
<tr >
<td align="right">
<input type="text" name="mch" size="12" value="商品名称">
</td>
<td><input name="shopxpptname" type="text" id="shopxpptname" size="30"> </td>
</tr>
<tr >
<td align="right">标题<title></td>
<td><input name="title" type="text" id="title" size="46"> </td>
</tr>
<tr >
<td align="right">Meta值-描述<description> </td>
<td><input name="description" type="text" id="description" size="46"> </td>
</tr>
<tr >
<td align="right">Meta值-关键词<keywords> </td>
<td><input name="keywords" type="text" id="keywords" size="46"> </td>
</tr>
<tr>
<td align="right">
<input type="text" name="prosize" size="12" value="商品尺寸">
</td><td><input name="size" type="text" id="size" size="28">
(不同尺寸之间用/隔开) </td>
</tr>
<tr >
<td align="right">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -