📄 departmodify.asp
字号:
<!--#include file="a25175_top.asp"-->
<link href="../25175css_pro.css" rel="stylesheet" type="text/css">
<!--#include file="../Function.asp"-->
<!--#include file="a25175_conn.asp"-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body>
<table width="970" height="500" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td width="188" rowspan="3" valign="top"><!--#include file="adminleft.asp"--></td>
</tr>
<tr>
<td width="589" height="77" align="center" valign="top"><form name="form1" method="post" action="UPDEPARTMENT.asp">
<table width="90%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="21%"> </td>
<td colspan="3"> </td>
</tr>
<tr bgcolor="#ADD7FF">
<td height="25" align="right">
<%
dim id
id=trim(request("id"))
if id="" then
response.write"<script>alert('不要错误操作!');location='addDEPART.asp'</script>"
else
strsql="SELECT * from DEPARTMENT where id="&id
set rs=db.execute(strsql)
end if
%>院系名称:</td>
<td width="40%" height="25"><input name="depart" type="text" id="depart" value="<%=RS("DEPARTMENT")%>" size="30"></td>
<td width="25%" height="25">显示顺序:
<input name="SHOWID" type="text" id="SHOWID" value="<%=RS("SHOWID")%>" size="5" maxlength="5">
<input name="ID" type="hidden" id="ID" value="<%=ID%>"></td>
<td width="14%" height="25"><input type="submit" name="Submit" value="提交"></td>
</tr>
<tr>
<td> </td>
<td colspan="3"> </td>
</tr>
<tr>
<td> </td>
<td colspan="3"> </td>
</tr>
<tr>
<td> </td>
<td colspan="3"> </td>
</tr>
</table>
</form></td>
<td width="9" rowspan="2" background=""></td>
</tr>
<tr>
<td height="400" align="center" valign="top"> </td>
</tr>
</table>
</body>
</html>
<!--#include file="../foot.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -