?? a_bankuai.asp
字號:
<!--#include file="A_d_tou.asp" -->
<table width="700" border="1" align="center" cellpadding="6" cellspacing="0" bordercolor="#FFFFFF">
<tr><td bordercolor="#C1C1C1" bgcolor="#D6D6D6"><div align="center">
<%
fanhui=request("fanhui")
if fanhui="" then
response.write("板塊管理")
elseif fanhui="kong" then
response.write("論壇板塊的簡介可以不寫,但是名字一定要寫。")
elseif fanhui="tianjia" then
response.write("論壇板塊添加成功")
elseif fanhui="duixiang" then
response.write("沒有操作對象")
elseif fanhui="shanchu" then
response.write("刪除成功")
end if
%>
</div></td></tr></table>
<table width="700" border="1" align="center" cellpadding="5" cellspacing="1" bordercolor="#FFFFFF">
<form method="post" action="C_bankuai.asp?dongzuo=tianjia">
<tr><td width="180" bordercolor="#D6D6D6" bgcolor="#EBEBEB"><div align="center">名字</div></td>
<td bordercolor="#D6D6D6" bgcolor="#EBEBEB"><input name="mingzi" type="text" id="mingzi" size="40">
</td><tr><td bordercolor="#D6D6D6" bgcolor="#EBEBEB"><div align="center">簡介</div></td>
<td bordercolor="#D6D6D6" bgcolor="#EBEBEB"><textarea name="jianjie" cols="40" rows="10" wrap="VIRTUAL" id="jianjie">
</textarea></td></tr><tr><td bordercolor="#D6D6D6" bgcolor="#EBEBEB"> </td>
<td bordercolor="#D6D6D6" bgcolor="#EBEBEB"><input type="submit" value="添加板塊"></td>
</tr></form><tr><td bordercolor="#D6D6D6" bgcolor="#EBEBEB"><div align="center">板塊管理</div></td>
<td bordercolor="#D6D6D6" bgcolor="#EBEBEB"><form method="post" action="C_bankuai.asp?dongzuo=shanchu">
<div align="center"><br><select name="xuhao" id="xuhao">
<%
set caozuo=lj.execute("select xuhao,mingzi from bankuai")
if caozuo.bof and caozuo.eof then
else
do while not caozuo.eof
%>
<option value=<%=caozuo("xuhao")%>><%=server.HTMLEncode(caozuo("mingzi"))%></option>
<%
caozuo.movenext
loop
end if
%>
</select> <input type="submit" value="刪除板塊"></div>
</form><form method="get" action="A_bjbankuai.asp"><div align="center"><br><select name="xuhao" id="xuhao">
<%
if caozuo.bof and caozuo.eof then
else
caozuo.movefirst
do while not caozuo.eof
%>
<option value=<%=caozuo("xuhao")%>><%=server.HTMLEncode(caozuo("mingzi"))%></option>
<%
caozuo.movenext
loop
end if
%>
</select> <input type="submit" value="編輯板塊"></div></form></td></tr></table>
<!--#include file="A_d_wei.asp" -->
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -