📄 add_newsclass.asp
字号:
<!--#include file="conn.asp"-->
<%if session("admin")="" then
response.Write "<script language='javascript'>alert('网络超时或您还没有登陆!');window.location.reload('login.asp')</script>"
response.End
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../css/css.css" type="text/css">
</head>
<body><!--#include file="menu.asp"-->
<div align="center">
<table width="90%" border="0" cellspacing="1" bgcolor="#BCD7E0" id="table2">
<tr>
<td background="../images/manage/line_all.gif"><div align="center"><font color="#000000">添加书店新闻分类</font></div></td>
</tr>
<tr>
<form name="class" method="post" action="save_newsclass.asp">
<td height="103" valign="top" bgcolor="#F8FCFD"><br>
<div align="center">
<table width="90%" border="0" cellspacing="1" bgcolor="#BCD7E0" id="table3">
<tr>
<td bgcolor="#F8FCFD" align="center">类别名称:</td>
<td bgcolor="#F8FCFD" align="center"><input type="text" name="text" size="50" class="form" maxlength="100"></td>
</tr>
</table> </div>
<br>
<div align="center">
<input type="submit" name="Submit" value="提交" class="form">
<input type="reset" name="reset" value="重新填写" class="form">
<br>
</div>
</td>
</form>
</tr>
</table></div>
<!--#include file="copyright.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -