?? modshujuok.asp
字號:
<!--#include file="function.asp"-->
<html>
<head>
<%CheckAdmin1%>
<%PageName="admin"%>
<!--#include file="conn.asp"-->
<%
Set rs= Server.CreateObject("ADODB.Recordset")
sql="select * from shuju"
rs.open sql,conn,1,3
rs.addnew
rs("baohao")=request("baohao")
rs("shuju")=request("shuju")
rs("djj")=request("djj")
rs("riqi")=request("riqi")
rs("jine")=request("jine")
rs.update
rs.close
conn.close
set conn=nothing
%>
<%
response.write"<SCRIPT language=JavaScript>alert('數據已經導入,請返回繼續!');"
response.write"this.location.href='javascript:history.back();'</SCRIPT>"
response.end
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -