setting_othercheck.asp

来自「mlm双轨制直销系统V8.0免费版 可用于: 1、直拨、回拨电话卡公司。」· ASP 代码 · 共 31 行

ASP
31
字号
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!-- #include file="include/adovbs.inc" -->
<!--#include file="include/dataconn.asp" -->
<!-- #include file="include/checksession.asp" -->
<%
set rs=server.createobject("adodb.recordset")
sql="select * from Setting_other "
rs.open sql,conn,1,1 
while not rs.eof
	FuncValue=request("value_"+rs("FuncName"))
		strsql ="update Setting_other set  FuncValue= '"& FuncValue &"' where FuncName='" & rs("FuncName") &"'"
		set rstemp=server.createobject("adodb.recordset")
		rstemp.open strsql,conn
		set rstemp=nothing
rs.movenext
wend
%>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<link rel="stylesheet" href="include/e1.css" type="text/css">
</HEAD>
<BODY>
-------------------------更新参数中...............<br>
<br>------------------------<font color=red>参数更新成功!</font><br>
<script language="javascript">
	window.location.href="Setting_other.asp"
	window.parent.frames(0).location.reload();
</script>
</BODY>
</HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?