📄 bumen_edit.asp
字号:
<!--#include file=../../conn.asp-->
<!--#include file=cookies.asp-->
<title>编辑公司帐号</title>
<%
dim sql
dim rs,id,dianhua
dim username,bmmc,fzr,fzrmail
id=request.cookies("ijob")("bmid")
set rs=server.createobject("adodb.recordset")
sql="select * from [bumen] where id="&cstr(id)
rs.open sql,conn,1,1
bmmc=rs("bmmc")
fzr=rs("fzr")
fzrmail=rs("fzrmail")
dianhua=rs("dianhua")
rs.close
set rs=nothing
closedb
%>
<html>
<head>
<link rel="stylesheet" type="text/css" href="../../1.css">
</head>
<body topmargin="0" leftmargin="0" style="text-align: center">
<!--#include file="top.asp"-->
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="778" height="116">
<tr>
<td width="171" height="116" valign="top">
<p align="left"> <!--#include file="left.asp"-->
</td>
<td width="44" height="116"> </td>
<td width="534" height="116" valign="top">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="118">
<tr>
<td width="100%" height="15">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="534">
<FORM name=theForm method=POST action="bumen_editchk.asp">
<tr>
<td bgColor="#66CCFF" colSpan="5" height="24" width="534" style="border-top-style: solid; border-top-width: 1; border-bottom-style:solid; border-bottom-width:1" bordercolor="#999999">
<b> 修改部门资料</b></td>
</tr>
<tr>
<td height="19" width="20%" bgcolor="#F0F0F0" style="border-top-style: solid; border-top-width: 1">
<p align="center">部门名称</td>
<td height="19" width="20%" bgcolor="#F0F0F0" style="border-top-style: solid; border-top-width: 1">
<p align="center">部门负责人姓名</td>
<td height="19" width="20%" bgcolor="#F0F0F0" style="border-top-style: solid; border-top-width: 1">
<p align="center">联系<span lang="en-us">email</span></td>
<td height="19" width="20%" bgcolor="#F0F0F0" style="border-top-style: solid; border-top-width: 1">
<p align="center">联系人电话</td>
<td height="19" width="54" bgcolor="#F0F0F0" style="border-top-style: solid; border-top-width: 1"> </td>
</tr>
<tr>
<td height="39" width="20%" style="border-bottom-style: solid; border-bottom-width: 1" bordercolor="#22446A">
<p align="center">
<input disabled class="FieldNumber" maxLength="20" name="bmmc" size="14" value="<%=bmmc%>" style="background-color: #E8F3FF"></td>
<td height="39" width="20%" style="border-bottom-style: solid; border-bottom-width: 1" bordercolor="#22446A">
<p align="center">
<input class="FieldNumber" maxLength="30" name="fzr" size="12" value="<%=fzr%>"></td>
<td height="39" width="20%" style="border-bottom-style: solid; border-bottom-width: 1" bordercolor="#22446A">
<p align="center">
<input class="FieldNumber" maxLength="30" name="fzrmail" size="16" value="<%=fzrmail%>"></td>
<td height="39" width="20%" style="border-bottom-style: solid; border-bottom-width: 1" bordercolor="#22446A">
<p align="center">
<input class="FieldNumber" maxLength="30" name="dianhua" size="14" value="<%=dianhua%>"></td>
<td height="39" width="54" style="border-bottom-style: solid; border-bottom-width: 1" bordercolor="#22446A">
<input type="submit" value="修改" name="B1"></td>
</tr>
</form>
</table>
</td>
</tr>
<tr>
<td width="100%" height="15">
<p> </p>
<p>说明:为了安全,你不能修改部门名称,以便配合总管理员的工作!</td>
</tr>
</table>
</td>
<td width="26" height="116"> </td>
</tr>
</table>
</center>
</div>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="778">
<tr>
<td width="100%">
<p align="center"><!--#include file="copyright.asp"--></td>
</tr>
</table>
</center>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -