📄 specialedit.asp
字号:
<%
IF not(Session("KEY")="super" or Session("KEY")="input") THEN
response.redirect "login.asp"
response.end
END IF
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>修改专题</title>
<LINK href=style.css rel=stylesheet>
</head>
<body>
<p> </p>
<p> </p>
<form method="POST" action="SpecialEditok.asp">
<table border="0" cellspacing="1" width="80%" cellpadding="0" bgcolor="#000000" align="center">
<tr>
<td width="100%" height="55" bgcolor="#abb8d6">
<p align="center"><b>修 改 专 题</b>
</td>
</tr>
<tr align="center">
<td width="100%" bgcolor="#FFFFFF">
<table border="0" cellspacing="1" width="90%" height="80">
<tr>
<td align="center" height="60">分类名称:
<input type="text" name="typename" size="20" maxlength="20" value='<%=request("SpecialName")%>'>
<input type="hidden" name="SpecialID" value=<%=request("SpecialID")%>>
</td>
</tr>
</table>
</td>
</tr>
<tr align="center">
<td width="100%" bgcolor="#abb8d6" height="60">
<input type="submit" value=" 修 改 "
name="cmdok">
<input type="reset" value=" 复 原 "
name="cmdcancel">
<input type="button" name="ok" value=" 放 弃 " onClick="javascript:history.go(-1)">
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -