📄 qyzlxg.asp
字号:
<% Response.Buffer=True %>
<!--#include file="../inc/dbconn1.inc"-->
<!--#include file="../inc/html.inc"-->
<%uname=request("uname")%>
<%set rs=server.createobject("adodb.recordset")
sql="select * from danwei where loginmc='"&uname&"'"
rs.open sql,conn,1,1%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>单位资料修改</title>
<meta content="text/html; charset=gb2312" http-equiv="Content-Type">
<meta content="zh-cn" http-equiv="Content-Language">
<STYLE type=text/css>TABLE {
FONT-SIZE: 9pt; LINE-HEIGHT: 12pt
}
.bord {
BACKGROUND: #ffffff; BORDER-BOTTOM: rgb(238,238,238) 1px solid; BORDER-LEFT: rgb(128,128,128) 1px solid; BORDER-RIGHT: rgb(238,238,238) 1px solid; BORDER-TOP: rgb(128,128,128) 1px solid; FONT-FAMILY: "宋体"; FONT-SIZE: 9pt; FONT-WEIGHT: normal
}
p { font-family: 宋体; font-size: 9pt; line-height: 14pt }
div { font-family: 宋体; font-size: 9pt; line-height: 14pt }
a { color: #000000; text-decoration: none }
a:hover { color: #ff0000; text-decoration: underline }
a:active { color: #ff0000; text-decoration: underline }
a.top { color: #ffffff; font-family: 宋体; font-size: 9pt }
a.top:hover { color: #ffcc00 }
td { font-family: 宋体; font-size: 9pt }
.f1_v { font-family: 宋体; font-size: 9pt }
.f2_v { font-family: 宋体; font-size: 9pt }
.f2_A { font-family: 宋体; font-size: 9pt }
li { color: #ff0000; font-size: 9pt }
li.li1 { color: #ffffff; font-size: 1pt }
</style>
<meta content="Microsoft FrontPage 4.0" name="GENERATOR">
<meta content="FrontPage.Editor.Document" name="ProgId">
</head>
<SCRIPT language=JavaScript src="../inc/validate.js"></SCRIPT>
<SCRIPT language=JavaScript src="../inc/qiyexg.js"></SCRIPT>
<body bgcolor="#dfdfdf">
<div align="center">
<table bgcolor="#808080" border="0" cellpadding="18" cellspacing="3" width="670">
<tbody>
<tr valign="top">
<td bgcolor="#ffffff" width="100%">
<FORM name=qyzlxg action=qyzlxg.asp method=post>
<input type="hidden" name="uname" value="<%=uname%>">
<div align="center">
<table bgcolor="#919793" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td width="100%">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr bgcolor="#FFFFFF">
<td><img border="0" src="../images/tb1.gif" width="168" height="49"></td>
<td valign="top">
<table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#FFFFFF" height="80">
<tr>
<td width="100%" bgcolor="#FFFFFF" height="80"> </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
</div>
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td bgcolor="#919793" height="1"></td>
</tr>
</tbody>
</table>
</div>
<div align="center">
<table bgcolor="#e7e7e7" border="0" cellpadding="2" cellspacing="0" width="100%">
<tbody>
<tr>
<td width="46%"> 你的位置:<a href="..">资讯首页</a> >> <font color="#0012C1">企业资料修改</font></td>
<center></center>
<td width="54%">
</td>
</tr>
</tbody>
</table>
</div>
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td width="100%">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td width="100%"> </td>
</tr>
</table>
<table bgcolor="#FFFFFF" border="0" cellpadding="5" cellspacing="0" width="100%">
<tr>
<td width="100%" valign="bottom" align="center" colspan="3" height="25"><b><font size="3">企业资料修改</font></b></td>
</tr>
<tr>
<td width="10" height="5" bgcolor="#FFFFFF" valign="middle"> </td>
<td width="116" align="right" height="5"> </td>
<td align="left" width="474" height="5" valign="middle" bgcolor="#FFFFFF"> </td>
<tr>
<td width="10" height="25" bgcolor="#FFFFFF" valign="middle"> </td>
<td width="116" align="right" height="25">商企名称:</td>
<td align="left" width="474" height="25" valign="middle" bgcolor="#FFFFFF">
<%=rs("company")%> </td>
</tr>
<tr>
<td width="10" height="20" bgcolor="#FFFFFF" valign="middle"> </td>
<td width="116" align="right" height="25" valign="middle">企业性质:</td>
<td align="left" width="474" height="25" valign="middle" bgcolor="#FFFFFF">
<select size="1" name="qyxz_">
<option value selected>请选择</option>
<option value="行政机关" <%if rs("qyxz") ="行政机关" then response.write "selected"%>>行政机关</option>
<option value="社会团体" <%if rs("qyxz") ="社会团体" then response.write "selected"%>>社会团体</option>
<option value="事业单位" <%if rs("qyxz") ="事业单位" then response.write "selected"%>>事业单位</option>
<option value="国有企业" <%if rs("qyxz") ="国有企业" then response.write "selected"%>>国有企业</option>
<option value="三资企业" <%if rs("qyxz") ="三资企业" then response.write "selected"%>>三资企业</option>
<option value="集体企业" <%if rs("qyxz") ="集体企业" then response.write "selected"%>>集体企业</option>
<option value="乡镇企业" <%if rs("qyxz") ="乡镇企业" then response.write "selected"%>>乡镇企业</option>
<option value="私营企业" <%if rs("qyxz") ="私营企业" then response.write "selected"%>>私营企业</option>
</select>
</td>
</tr>
<tr>
<td width="10" height="20" bgcolor="#FFFFFF" valign="middle"> </td>
<td width="116" align="right" height="25" valign="middle">经营模式:</td>
<td align="left" width="474" height="25" valign="middle" bgcolor="#FFFFFF">
<select size="1" name="jyms_">
<option value selected>请选择
<option value="制造" <%if rs("jyms") ="制造" then response.write "selected"%>>制造
<option value="贸易" <%if rs("jyms") ="贸易" then response.write "selected"%>>贸易
<option value="服务" <%if rs("jyms") ="服务" then response.write "selected"%>>服务
<option value="加工" <%if rs("jyms") ="加工" then response.write "selected"%>>加工
</option>
</select>
</td>
</tr>
<tr>
<td width="10" height="25" bgcolor="#FFFFFF" valign="middle"> </td>
<td width="116" align="right" height="25">成立时间:</td>
<td align="left" width="474" height="25" valign="middle" bgcolor="#FFFFFF">
<input type="text" name="clsj_" size="10" maxlength="10" value=<%=rs("clsj")%>>
(格式:1990) </td>
</tr>
<tr>
<td width="10" height="25" bgcolor="#FFFFFF" valign="middle"> </td>
<td width="116" align="right" height="25" valign="middle">联系人:</td>
<td align="left" width="474" height="20" valign="middle" bgcolor="#FFFFFF">
<input type="text" name="frdb_" size="8" maxlength="8" value=<%=rs("lxr")%>>
</td>
</tr>
<tr>
<td width="10" height="25" bgcolor="#FFFFFF" valign="middle"> </td>
<td width="116" align="right" height="25">员工人数:</td>
<td align="left" width="474" height="25" valign="middle" bgcolor="#FFFFFF">
<select size="1" name="ygrs_">
<option value selected>请选择
<option value="10人以下" <%if rs("ygrs") ="10人以下" then response.write "selected"%>>10人以下
<option value="11-30人" <%if rs("ygrs") ="11-30人" then response.write "selected"%>>11-30人
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -