?? editmoneydoccheck.asp
字號:
<!-- #include file="include/adovbs.inc" -->
<!-- #include file="include/dataconn.asp" -->
<!-- #include file="include/checksession.asp" -->
<!--#include file="func.asp" -->
<%
DocContent = display2(trim(request("DocContent")))
DocType=trim(Request("DocType"))
%><HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<link rel="stylesheet" href="include/e1.css" type="text/css">
</HEAD>
<BODY>
-------------------------修改中...............<br>
<%
set rs=server.CreateObject("adodb.recordset")
sql = "update DocSetting set DocContent = '" & DocContent & "' where DocType =" & DocType
'Response.Write sql
'Response.End
rs.Open sql,conn
%>
<br>------------------------<font color=red>修改成功!</font><br>
<script language="javascript">
window.location.href="EditMoneyDoc.asp?DocType=<% =DocType%>"
window.parent.frames(0).location.reload();
</script>
</BODY>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -