📄 register_info2.asp
字号:
<td height="25" bgcolor="#E7EFEF"> <input name="pic" type="file" class="face"> 无图请留空,文件不大于<font color="#FF0000"><%=51200/1024%></font>K</td>
</tr>
<tr>
<td height="25" bgcolor="#B5D7D6" align="right">选择模板:</td>
<td height="25" bgcolor="#E7EFEF"> <input type="radio" value="1" name="mb" checked>网店型
<input type="radio" value="2" name="mb">名片型 </td>
</tr>
<tr>
<td height="25" bgcolor="#B5D7D6" align="right">联 系 人:</td>
<td height="25" bgcolor="#E7EFEF"> <input onmouseover="this.focus()" onfocus="this.select()" type="text" name="ContactMan" class="face" maxlength="30"> <font color="#FF0000">**</font></td>
</tr>
<tr>
<td height="25" bgcolor="#B5D7D6" align="right">选择类别:</td>
<td height="25" bgcolor="#E7EFEF"> <%
set rsb=server.createobject("adodb.recordset")
sqlb = "select * from hyBigClass order by sj desc"
rsb.open sqlb,conn,1,1
if rsb.eof and rsb.bof then
response.write "请先添加分类。"
else
%><select class="face" name="BigClassName" onChange="changelocation(document.RegUser.BigClassName.options[document.RegUser.BigClassName.selectedIndex].value)" size="1">
<option selected value="<%=trim(rsb("id"))%>"><%=trim(rsb("BigClassName"))%></option>
<%
dim selclass
selclass=cstr(rsb("id"))
rsb.movenext
do while not rsb.eof
%>
<option value="<%=trim(rsb("id"))%>"><%=trim(rsb("BigClassName"))%></option>
<%
rsb.movenext
loop
end if
rsb.close
%>
</select> <select class="face" name="SmallClassName">
<option value="" selected>不指定小类</option>
<%
set rsss=server.createobject("adodb.recordset")
sqlss="select * from hySmallClass where dl='"&selclass&"'"
rsss.open sqlss,conn,1,1
if not(rsss.eof and rsss.bof) then
%>
<option value="<%=rsss("id")%>"><%=rsss("SmallClassName")%></option>
<% rsss.movenext
do while not rsss.eof%>
<option value="<%=rsss("id")%>"><%=rsss("SmallClassName")%></option>
<%
rsss.movenext
loop
end if
rsss.close
%>
</td>
</tr>
<tr>
<td height="25" bgcolor="#B5D7D6" align="right">单位性质: </td>
<td height="25" bgcolor="#E7EFEF"> <font color="#01297e"><select name="qyxz" class="face">
<option value="民营" selected>民营</option>
<option value="国营">国营</option>
<option value="集体">集体</option>
<option value="乡镇">乡镇</option>
<option value="股份制">股份制</option>
<option value="有限责任公司">有限责任公司</option>
<option value="中外合资">中外合资</option>
<option value="中外合作">中外合作</option>
<option value="外商独资">外商独资</option>
</select></font></td>
</tr>
<tr>
<td height="25" bgcolor="#B5D7D6" align="right">所在地区:</td>
<td height="25" bgcolor="#E7EFEF"> <select class="face" name="dq" size="1">
<option value="0" selected>地区</option>
<%
set mxdq=server.CreateObject("adodb.recordset")
sqlmxdq = "Select * From mxdq order by sj desc"
mxdq.Open sqlmxdq,Conn,1,1
if not( mxdq.bof and mxdq.eof) then
do while not mxdq.eof
%>
<option value="<%=mxdq("name")%>"><%=mxdq("name")%></option>
<%
mxdq.movenext
loop
end if
mxdq.close
set mxdq=nothing
%>
</select></td>
</tr>
<tr>
<td height="25" bgcolor="#B5D7D6" align="right">成立日期:</td>
<td height="25" bgcolor="#E7EFEF"> <input type="text" name="clrq" class="face" size="13" onfocus=setday(this) readonly></td>
</tr>
<tr>
<td height="25" bgcolor="#B5D7D6" align="right">注册资金:</td>
<td height="25" bgcolor="#E7EFEF"> <input onmouseover="this.focus()" onfocus="this.select()" type="text" name="zczj" class="face" size="11" ONKEYPRESS="event.returnValue=IsDigit();">
万元</td>
</tr>
<tr>
<td height="25" bgcolor="#B5D7D6" align="right">经营类型: </td>
<td height="25" bgcolor="#E7EFEF"> <input type="checkbox" CHECKED value="生产型" name="jylx">生产型
<input type="checkbox" value="贸易型" name="jylx">贸易型
<input type="checkbox" value="服务型" name="jylx">服务型
<input type="checkbox" value="政府|机构及其它" name="jylx">政府|机构及其它</td>
</tr>
<tr>
<td height="25" bgcolor="#B5D7D6" align="right">腾讯QQ:</td>
<td height="25" bgcolor="#E7EFEF"> <input onmouseover="this.focus()" onfocus="this.select()" type="text" name="qq" class="face" ONKEYPRESS="event.returnValue=IsDigit();"></td>
</tr>
<tr>
<td height="25" bgcolor="#B5D7D6" align="right">电
话:</td>
<td height="25" bgcolor="#E7EFEF"> <b><input onmouseover="this.focus()" onfocus="this.select()" type="text" name="Tel" class="face" maxlength="13" ONKEYPRESS="event.returnValue=IsDigit();"></b></td>
</tr>
<tr>
<td height="25" bgcolor="#B5D7D6" align="right">传
真:</td>
<td height="25" bgcolor="#E7EFEF"> <input onmouseover="this.focus()" onfocus="this.select()" type="text" name="Fax" class="face" maxlength="13" ONKEYPRESS="event.returnValue=IsDigit();"></td>
</tr>
<tr>
<td height="25" bgcolor="#B5D7D6" align="right">网
址:</td>
<td height="25" bgcolor="#E7EFEF"> <input onmouseover="this.focus()" onfocus="this.select()" type="text" name="Homepage" class="face" maxlength="50"></td>
</tr>
<tr>
<td height="25" bgcolor="#B5D7D6" align="right">电子邮件:</td>
<td height="25" bgcolor="#E7EFEF"> <input onmouseover="this.focus()" onfocus="this.select()" type="text" name="Email" class="face" maxlength="30"> <font color="#FF0000">**</font> [请认真填写,找回密码将用到]</td>
</tr>
<tr>
<td height="25" bgcolor="#B5D7D6" align="right">详细地址:</td>
<td height="25" bgcolor="#E7EFEF"> <input onmouseover="this.focus()" onfocus="this.select()" type="text" name="Add" size="40" class="face" maxlength="50"> <font color="#FF0000">**</font></td>
</tr>
<tr>
<td height="25" bgcolor="#B5D7D6" align="right">邮政编码:</td>
<td height="25" bgcolor="#E7EFEF"> <input onmouseover="this.focus()" onfocus="this.select()" type="text" name="Postalcode" class="face" maxlength="6" ONKEYPRESS="event.returnValue=IsDigit();" size="14"></td>
</tr>
<tr>
<td height="30" bgcolor="#B5D7D6" align="right" valign="top">公 告
板:</td>
<td height="30" bgcolor="#E7EFEF"> <textarea onmouseover="this.focus()" onfocus="this.select()" class="face" rows="7" name="gg" cols="64"></textarea></td>
</tr>
<tr>
<td height="30" bgcolor="#B5D7D6" align="right" valign="top"><br>
单位简介:</td>
<td height="30" bgcolor="#E7EFEF"> <textarea onmouseover="this.focus()" onfocus="this.select()" class="face" rows="10" name="js" cols="64"></textarea></td>
</tr>
<tr>
<td height="30" bgcolor="#B5D7D6" align="right"></td>
<td height="30" bgcolor="#E7EFEF"> <input type="submit" name="Submit" value="完成注册" class="button"> <input type="reset" name="Reset" value="重新填写" class="button"></td>
</tr>
</form>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
<table height="6" cellSpacing="0" cellPadding="0" width="132" border="0">
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table></div>
<!--开始-->
<div align="center">
<table border="0" style="border-collapse: collapse" width="760">
<tr>
<td background="../hy/img/2005_soft_mainbg.gif" height="7"></td>
</tr> </table>
</div>
<!--结束--><%end if%>
<!--#include file="../end.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -