📄 sp25175_modify.asp
字号:
<!--#include file="conn.asp"-->
<%
sql="select * from booktype"
set rs=db.execute(sql)
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
<link href="images/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="88%" border="1" align="center" cellspacing="0">
<tr align="center" valign="middle" bgcolor="#3366CC">
<td width="30%" height="25"><font color="#FFFFFF">分类(点击进入列表)</font></td>
<td width="30%" bgcolor="#3366CC"><font color="#FFFFFF">管理修改</font></td>
</tr>
<%do while not rs.eof%>
<tr>
<td align="center" bgcolor="#FFFFFF" class="2"><a href="sp25175_look.asp?booktypeid=<%=rs("booktypeid")%>" target="right"><%=rs("booktype")%></a></td>
<td align="center" bgcolor="#FFFFFF" class="2"><a href="sp25175_class_add.asp?booktypeid=<%=rs("booktypeid")%>">修改</a> | <a href="sp25175_del.asp?booktypeid=<%=rs("booktypeid")%>">删除</a></td>
</tr>
<%
rs.movenext
loop
%>
</table>
<p align="center"> <a href="sp25175_class_add.asp">添加图书分类 </a> </p>
<p align="center"><!--#include file="bottom.asp"--></p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -