📄 change_user.asp
字号:
<%end if%>
<%if rs("job")="研究和开发" then %>
<option value="研究和开发" selected>研究和开发</option>
<%else%>
<option value="研究和开发">研究和开发</option>
<%end if%>
<%if rs("job")="一般管理/监督" then %>
<option value="一般管理/监督" selected>一般管理/监督</option>
<%else%>
<option value="一般管理/监督">一般管理/监督</option>
<%end if%>
<%if rs("job")="政府/军队" then %>
<option value="政府/军队" selected>政府/军队</option>
<%else%>
<option value="政府/军队">政府/军队</option>
<%end if%>
<%if rs("job")="执行官/高级管理" then %>
<option value="执行官/高级管理" selected>执行官/高级管理</option>
<%else%>
<option value="执行官/高级管理">执行官/高级管理</option>
<%end if%>
<%if rs("job")="制造/生产/操作" then %>
<option value="制造/生产/操作" selected>制造/生产/操作</option>
<%else%>
<option value="制造/生产/操作">制造/生产/操作</option>
<%end if%>
<%if rs("job")="专业人员" then %>
<option value="专业人员" selected>专业人员</option>
<%else%>
<option value="专业人员">专业人员</option>
<%end if%>
<%if rs("job")="自雇/业主" then %>
<option value="自雇/业主" selected>自雇/业主</option>
<%else%>
<option value="自雇/业主">自雇/业主</option>
<%end if%>
<%if rs("job")="其他" then %>
<option value="其他" selected>其他</option>
<%else%>
<option value="其他">其他</option>
<%end if%>
</select>
</td>
</tr>
<tr>
<td align="left" valign="middle" height="30" class="font" width="251">来自何处:
<input name="from" type="text" class="textinput" size="30" maxlength="50" value="<%=rs("from")%>">
</td>
<td align="left" valign="middle" class="font" width="266">关心本站:
<select name=thissite>
<%if rs("thissite")="未填" then %>
<option value="未填" selected>未填</option>
<%else%>
<option value="未填">未填</option>
<%end if%>
<%if rs("thissite")="出租信息" then %>
<option value="出租信息" selected>出租信息</option>
<%else%>
<option value="出租信息">出租信息</option>
<%end if%>
<%if rs("thissite")="求租信息" then %>
<option value="求租信息" selected>求租信息</option>
<%else%>
<option value="求租信息">求租信息</option>
<%end if%>
<%if rs("thissite")="出售信息" then %>
<option value="出售信息" selected>出售信息</option>
<%else%>
<option value="出售信息">出售信息</option>
<%end if%>
<%if rs("thissite")="求购信息" then %>
<option value="求购信息" selected>求购信息</option>
<%else%>
<option value="求购信息">求购信息</option>
<%end if%>
<%if rs("thissite")="网站建设" then %>
<option value="网站建设" selected>网站建设</option>
<%else%>
<option value="网站建设">网站建设</option>
<%end if%>
<%if rs("thissite")="平面广告设计" then %>
<option value="平面广告设计" selected>平面广告设计</option>
<%else%>
<option value="平面广告设计">平面广告设计</option>
<%end if%>
</select>
</td>
</tr>
<tr>
<td align="left" valign="middle" height="30" class="font" width="251">电 话:
<input name="tel" type="text" class="textinput" size="30" maxlength="50" value="<%=rs("tel")%>">
</td>
<td align="left" valign="middle" class="font" width="266">传 真:
<input name="fax" type="text" class="textinput" size="30" maxlength="50" value="<%=rs("fax")%>">
</td>
</tr>
<tr>
<td align="left" valign="middle" height="30" class="font" width="251">手机号码:
<input name="sj" type="text" class="textinput" size="30" maxlength="50" value="<%=rs("sj")%>">
</td>
<td align="left" valign="middle" class="font" width="266">Q Q:
<input name="qq" type="text" class="textinput" size="30" maxlength="50" value="<%=rs("qq")%>">
</td>
</tr>
<tr>
<td align="left" valign="middle" height="30" class="font" width="251">E-mail:
<input name="email" type="text" class="textinput" size="30" maxlength="50" value="<%=rs("email")%>">
</td>
<td align="left" valign="middle" class="font" width="266">邮 编:
<input name="yb" type="text" class="textinput" size="30" maxlength="50" value="<%=rs("yb")%>">
</td>
</tr>
<tr>
<td align="left" valign="middle" height="30" class="font" colspan="2">地 址:
<input name="address" type="text" class="textinput" size="50" maxlength="50" value="<%=rs("address")%>">
</td>
</tr>
<tr>
<td align="left" valign="middle" height="30" class="font" colspan="2">个人主页:
<input name="http" type="text" class="textinput" size="50" maxlength="50" value="<%=rs("http")%>">
</td>
</tr>
<tr>
<td align="left" valign="middle" height="30" class="font" colspan="2">
<table width="508" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="66" align="left" valign="top" class="font">自我介绍:</td>
<td width="442" align="left" valign="middle">
<textarea name="bz" class="textinput" cols="80" rows="6"><%=rs("bz")%></textarea>
</td>
</tr>
</table>
</td>
</tr>
<tr align="center">
<td valign="middle" height="30" class="font" colspan="2">
<input type="submit" name="Submit42" value="提 交" class="textbotton">
</td>
</tr>
</table>
</td>
</tr>
</form>
</table>
</td>
</tr>
</table>
</center>
<br>
<br>
</td>
</tr>
</table>
</body>
</html>
<!--#include file=../include/foot.asp-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -