📄 addqy.asp
字号:
</tr>
<tr>
<td width="25%" align="right" height="26">登录密码:</td>
<td width="76%" height="26"><input type="password" name="password" size="30"> <font color="#FF0000">*</font></td>
</tr>
<tr>
<td width="25%" align="right" height="26">主营业务:</td>
<td width="76%" height="26"><input type="text" name="dyewu" size="50"> </td>
</tr>
<tr>
<td width="25%" align="right" height="26">所在区域:</td>
<td width="76%" height="26">
<select name="dcity" size="1"><option selected value="选择区域">选择区域</option>
<%
set rs_city = server.createobject("adodb.recordset")
sql = "select * from city"
rs_city.open sql,conn,1,1
do while not rs_city.eof
%>
<option value="<%=rs_city("city")%>"><%=rs_city("city")%></option>
<%
rs_city.movenext
loop
rs_city.close
set rs_city = nothing
%>
</select> <font color="#FF0000">*</font>
</td>
</tr>
<tr>
<td width="25%" align="right" height="26">行业类别:</td>
<td width="76%" height="26">
<select name="dlei" size="1"><option selected value="选择行业类别">选择行业类别</option>
<%
set rs_lei = server.createobject("adodb.recordset")
sql = "select * from lei"
rs_lei.open sql,conn,1,1
do while not rs_lei.eof
%>
<option value="<%=rs_lei("id")%>@<%=rs_lei("lei")%>"><%=rs_lei("lei")%></option>
<%
rs_lei.movenext
loop
rs_lei.close
set rs_lei = nothing
%>
</select> <font color="#FF0000">*</font>
</td>
</tr>
<tr>
<td width="25%" align="right" height="26">单位地址:</td>
<td width="76%" height="26"><input type="text" name="daddress" size="30"> </td>
</tr>
<tr>
<td width="25%" align="right" height="26">邮政编码:</td>
<td width="76%" height="26"><input type="text" name="dyoubian" size="30" maxlength="6"></td>
</tr>
<tr>
<td width="25%" align="right" height="26">联 系 人:</td>
<td width="76%" height="26"><input type="text" name="dfaren" size="30"> </td>
</tr>
<tr>
<td width="25%" align="right" height="26">联系电话:</td>
<td width="76%" height="26"><input type="text" name="dtel" size="30"> </td>
</tr>
<tr>
<td width="25%" align="right" height="26">联系传真:</td>
<td width="76%" height="26"><input type="text" name="dfax" size="30"></td>
</tr>
<tr>
<td width="25%" align="right" height="26">电子信箱:</td>
<td width="76%" height="26"><input type="text" name="dmail" size="30" value="@"></td>
</tr>
<tr>
<td width="25%" align="right" height="26">网站地址:</td>
<td width="76%" height="26"><input type="text" name="dhttp" size="30" value="http://"></td>
</tr> <tr>
<td width="25%" align="right" height="26"></td>
<td width="76%" height="26"><font color="#FF0000" style="font-family:Verdana;">网站是宣传企业的利器,如果还没有网站,我们可以帮您建设!<br> qq:9710917 电话:13780679219 普通企业站380元起价</font></td>
</tr>
<tr>
<td width="25%" align="right" height="126">详细资料:</td>
<td width="76%" height="126"><textarea rows="10" name="djieshao" cols="50"></textarea>
</td>
</tr>
<tr>
<td width="25%" align="right" height="26"></td>
<td width="76%" height="26"><font color="#FF0000" style="font-family:Verdana;">如要发企业形象照片请申请VIP会员</font></td> </tr>
<tr>
<td width="24%" align="right" height="35">
<p align="center"></td>
<td width="77%" align="right" height="35">
<p align="left"><input type="submit" value="提交" name="submit" >
<input type="reset" value="取消" name="reset"> <input type="button" value="返回" name="cmdexit" onclick="javascript:history.back()"></td>
</tr>
</table>
</form>
</div>
<!-- 这里是主题结束 -->
<!--#include file="foot.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -