📄 change.asp
字号:
<!--#include file="conn.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv="Content-Language" content="zh-cn">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<link rel="stylesheet" type="text/css" href="css/css.css">
<title></title>
</head>
<LINK href="images/forum_admin.css" type=text/css rel=stylesheet>
<body bgcolor="#D6EF7E">
<TABLE class=tableBorder height=1 cellSpacing=1 cellPadding=5 width="100%"
align=center border=0>
<TBODY>
<TR>
<TH height=25 style="background-image: url('images/admin_bg_1.gif')"> <b><font style="font-size: 9pt">网站信息管理页</font></span></b></TH></TR></tbody></table>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" colspan="2" bgcolor="#FFFFFF"><font size="2"> <b>
栏目管理:</b></font></td>
<%set rs=server.createobject("adodb.recordset")
sql="select * from type"
rs.open sql,conn,1,3
do while not rs.eof%>
</tr>
</form>
<form method="POST" onsubmit action="changeadmin.asp?typeid=<%=rs("typeid")%>">
<tr>
<td width="10%" nowrap bgcolor="#FFFFFF">
<p align="center"><font size="2"><%=rs("type")%></font></td>
<td width="95%" nowrap bgcolor="#FFFFFF"><font size="2">
<input type="text" name="typename" size="15">
<input type="submit" value="修改" name="change">
<input type="submit" value="删除" name="delet"></font></td>
</tr>
</form>
<% rs.movenext
loop
%>
<form method="POST" onsubmit action="changeadmin.asp">
<tr>
<td width="5%" nowrap bgcolor="#FFFFFF">
<p align="center"><font size="2">新增:</font></td>
<td width="104%" nowrap bgcolor="#FFFFFF"><font size="2">
<input type="text" name="addname" size="15">
<input type="submit" value="新增" name="add"></font></td>
</tr>
</form>
</table>
<%
rs.close
set rs=nothing
conn.close
set conn=nothing
%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -