📄 adminbumen_edit.asp
字号:
<!--#include file=../conn.asp-->
<!--#include file=cookies.asp-->
<!--#include file=top.asp-->
<%
dim sql1
dim rs1
dim username
dim comid,i,id
username=request.cookies("ijob")("username")
comid=request.cookies("ijob")("comid")
id=trim(request("id"))
%>
<link rel="stylesheet" type="text/css" href="../1.css">
<title>企业招聘管理器</title>
<body topmargin="0" leftmargin="0">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="770" height="236">
<tr>
<td width="147" height="236" valign="top">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
<tr>
<td width="100%"><!--#include file=left.asp--></td>
</tr>
</table>
</td>
<td width="27" height="236" valign="top"> </td>
<td width="580" height="236" valign="top">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="580">
<tr>
<td width="580"> </td>
</tr>
<tr>
<td width="580">
<div align="center">
<form action="adminbumen_editchk.asp" method="POST">
<center>
<table border="0" cellspacing="1" style="border-collapse: collapse" bordercolor="#111111" width="50%" height="69">
<tr>
<td width="100%" height="43"><font color="#CC0000">①</font> 所属部门:<%
set rs1=server.createobject("adodb.recordset")
sql1="select id,bmmc,username,password,xgsj from [bumen] where comid='"&request.cookies("ijob")("comid")&"' and id="&cstr(id)
rs1.open sql1,conn,1,1
if rs1.eof or rs1.bof then
response.write "没有部门"
response.end
else
%><select name="bmid" size="1" style="font-size: 9pt"><%response.write "<option value='" + Cstr(rs1("id")) + "'>" + rs1("bmmc") + "</option>"%></select>
<br>
<br>
<font color="#CC0000">②</font>
管理帐号:<input disabled type="text" name="username" size="20" maxlength="15" value="<%=rs1("username")%>" style="background-color: #EEFAFF"><br>
<br>
<font color="#C0C0C0">③</font>
管理密码:<input name="password" size="20" maxlength="15" value="<%=trim(rs1("password"))%>"></td>
</tr>
<tr>
<td width="100%" height="23">
<p align="center">
<input border="0" src="../img/editbumen.gif" name="I1" type="image"></td>
</tr>
</table>
</center>
</form>
</div>
</td>
</tr>
<tr>
<td width="580" style="border-bottom-style: none; border-bottom-width: medium"> </td>
</tr>
</table>
</td>
<td width="16" height="236" valign="top"> </td>
</tr>
</table>
</center>
</div>
<!--#include file=copyright.asp-->
<%
rs1.close
set rs1=nothing
call closedb
end if
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -