?? boardman.asp
字號:
<!--#include file="../conn2.asp"-->
<!--#include file="set.asp"-->
<head>
<LINK
href="css.css" type=text/css rel=stylesheet>
<title></title>
<style type="text/css">
<!--
.style1 {color: #000000}
-->
</style>
</head>
<body topmargin="2" leftmargin="2">
<br>
<div align="center">
<center>
<table width="609" border="0" cellpadding="2" cellspacing="1" bordercolordark="#FFFFFF" bgcolor="#CCCCCC">
<tr bgcolor="f1f1f1">
<td height="25" colspan="3" class="norightbuttonborder2"><div align="center" class="style1">社區(qū)欄目管理 <a href="edit_board.asp?action=add">新增欄目</a></div></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="75" height="25"> <p align="center"><b>序號</b></td>
<td width="324" height="25">
<p align="center"><b>論壇名稱</b></td>
<td height="25"> <p align="center"><b>管理操作</b></p></td>
</tr>
<%
set bidreco=server.createobject("adodb.recordset")
sqlstr="select * from board order by px"
bidreco.open sqlstr,conn,1,1
do while not bidreco.eof
%>
<tr bgcolor="#FFFFFF">
<td width="75" height="25" align="center"><%=bidreco("px")%> </td>
<td width="324" height="25" align="center"><%=bidreco("bidname")%> </td>
<td height="25" align="center" bgcolor="#FFFFFF"><a href="edit_board.asp?bid=<%=bidreco("bid")%>&action=edit">修改</a> <a href="#" onclick="if(confirm('真的要刪除嗎?')){window.location.href='del_board.asp?bid=<%=bidreco("bid")%>&action=del'}"><strong>刪除</strong></a></td>
</tr>
<%
bidreco.movenext
loop
set bidreco=nothing
set conn=nothing %>
</table>
</center>
</div>
</body>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -