📄 add_shop.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="session.asp"-->
<!--#include file="../include/code.asp"-->
<%
'**********************************
'版本:host_free 3.0 *
'官方网站:http://www.850518.com *
'技术论坛:http://forum.850518.com *
'qq:54455245 (欢迎咨询商业版) *
'msn: steven_bass@msn.com *
'手机:(0)13632779827 *
'mail:wtez@vip.163.com *
'版权所有,请保留该信息,谢谢合作 *
'**********************************
%>
<html>
<head>
<meta http-equiv="content-language" content="zh-cn">
<meta http-equiv="content-type" content="text/html; charset=gb2312">
<meta name="generator" content="microsoft frontpage 4.0">
<meta name="progid" content="frontpage.editor.document">
<link href="style.css" rel=stylesheet>
</head>
<body style="background-color: #eeeeee">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="1" width="600" bgcolor="#626262">
<tr>
<td height="20"> <b><font color="#ffffff">商品添加</font></b></td>
</tr>
<tr>
<td height="20" bgcolor="#ffffff">
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="500">
<tr>
<td width="100%">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<form method="post" action="add.asp?action=add_shop">
<tr>
<td width="100%" align="left" colspan="2"> </td>
</tr>
<tr>
<td width="29%" align="right" height="25">所属类型:</td>
<td width="71%" height="25"> <select size="1" name="id">
<option value="" selected>请选择类型</option><%
sql="select * from list"
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,1,1
if not rs.eof then
do while not rs.eof%>
<option value="<%=rs("sort_name")%>"><%=rs("sort_name")%></option>
<%rs.movenext
loop
rs.close
set rs=nothing
conn.close
set conn=nothing
end if%>
</select></td>
</tr>
<tr>
<td width="29%" align="right" height="25">商品名称:</td>
<td width="71%" height="25"> <input type="text" name="sort_name" size="40"></td>
</tr>
<tr>
<td width="29%" align="right" height="25">商品图片:</td>
<td width="71%" height="25"> <select size="1" name="grade" style="border-style: solid; border-width: 0">
<option selected>com.gif</option>
<option>net.gif</option>
<option>org.gif</option>
<option>biz.gif</option>
<option>cc.gif</option>
<option>cn.gif</option>
<option>info.gif</option>
<option>tv.gif</option>
<option>comcn.gif</option>
<option>netcn.gif</option>
<option>orgcn.gif</option>
<option>h100.gif</option>
<option>h200.gif</option>
<option>h300.gif</option>
<option>h500.gif</option>
<option>se01.gif</option>
<option>se02.gif</option>
<option>se03.gif</option>
<option>se04.gif</option>
<option>jua.gif</option>
<option>jub.gif</option>
<option>juc.gif</option>
<option>jud.gif</option>
<option>jue.gif</option>
<option>el01.gif</option>
<option>el02.gif</option>
<option>el03.gif</option>
<option>el04.gif</option>
<option>el05.gif</option>
<option>et01.gif</option>
<option>et02.gif</option>
<option>et03.gif</option>
<option>et04.gif</option>
<option>et05.gif</option>
<option>et06.gif</option>
<option>et07.gif</option>
<option>163.gif</option>
<option>sohu.gif</option>
<option>sina.gif</option>
<option>p001.gif</option>
<option>p002.gif</option>
<option>p003.gif</option>
<option>p004.gif</option>
<option>p005.gif</option>
</select></td>
</tr>
<tr>
<td width="29%" align="right" height="25">小 简 介:</td>
<td width="71%" height="25"> <input type="text" name="smalltext" size="40"></td>
</tr>
<tr>
<td width="29%" align="right" height="25" valign="top">大 简 介:</td>
<td width="71%" height="25"> <textarea rows="10" name="largetext" cols="40"></textarea></td>
</tr>
<tr>
<td width="29%" align="right" height="25">普通价格:</td>
<td width="71%" height="25"> <input type="text" name="price" size="20">
/元</td>
</tr>
<tr>
<td width="29%" align="right" height="25" valign="top">其它说明:</td>
<td width="71%" height="25"> <textarea rows="10" name="attention" cols="40"></textarea></td>
</tr>
<tr>
<td width="29%" align="right" height="25">首页推荐:</td>
<td width="71%" height="25"> <input type="radio" value="true" name="tj">推荐
<input type="radio" value="false" checked name="tj">不推荐</td>
</tr>
<tr>
<td width="100%" colspan="2" height="30">
<p align="center"><input type="submit" value=" 提交 " name="b3">
<input type="reset" value="全部重写" name="b3"></td>
</tr>
<tr>
<td width="100%" colspan="2"> </td>
</tr>
</form>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</div>
</body>
</html>
<%
'**********************************
'版本:host_free 3.0 *
'官方网站:http://www.850518.com *
'技术论坛:http://forum.850518.com *
'qq:54455245 (欢迎咨询商业版) *
'msn: steven_bass@msn.com *
'手机:(0)13632779827 *
'mail:wtez@vip.163.com *
'版权所有,请保留该信息,谢谢合作 *
'**********************************
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -