📄 termmodify.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="UPTERM.asp">
<table width="90%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="25%"><%
dim id
id=trim(request("id"))
if id="" then
response.write"<script>alert('不要错误操作!');location='addterm.asp'</script>"
else
strsql="SELECT * from term where id="&id
set rs=db.execute(strsql)
end if
%></td>
<td colspan="2"> </td>
</tr>
<tr bgcolor="#ADD7FF">
<td align="right">学期名称:</td>
<td width="51%"><input name="term" type="text" id="term" size="30" value="<%=RS("TERM")%>">
<input name="ID" type="hidden" id="ID" value="<%=ID%>"></td>
<td width="24%"><input type="submit" name="Submit" value="提交"></td>
</tr>
<tr>
<td> </td>
<td colspan="2"> </td>
</tr>
<tr>
<td> </td>
<td colspan="2"> </td>
</tr>
<tr>
<td> </td>
<td colspan="2"> </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 + -