?? admin_save2.asp
字號(hào):
<title>修改標(biāo)題</title><!--#include file="config.asp"-->
<link rel="stylesheet" style="css/text" href="style.css">
<%
'if request.form("content")<>request.form("content") then
sql = "Select * From toupiao"
set rs = Server.CreateObject("ADODB.Recordset")
rs.Open sql, conn, 1, 3
dim i
i=1
do while not rs.eof
rs("biaoti")=request.form("biaoti")(i)
rs.update
i=i+1
rs.movenext
loop
rs.close
set rs=nothing
'end if
response.write "修改投票標(biāo)題成功 <a href='admin_index.asp'>返回</a>"
%>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -