?? yd2.asp
字號:
<!--#include file="pass2.asp"-->
<!--#include file=conn.asp-->
<%
id=trim(request("id"))
if id<>"" then
sql=" insert into [yuding](book_id,user_id)values("&id&","&session("id")&")"
response.write"<script language='javascript'>alert('預(yù)定成功!');window.location.href='yd.asp';</script>"
else
response.write"<script language='javascript'>alert('錯誤操作!');window.location.href='index.asp';</script>"
end if
conn.execute(sql)
conn.close
set conn=nothing
%>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -