?? setting_other.asp
字號(hào):
<%@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
j=rs.recordcount
%>
<html>
<head>
<title>申請(qǐng)表設(shè)置</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="include/e1.css">
</head>
<script>
function makecompute()
{
return(confirm("此操作將更新系統(tǒng)設(shè)置參數(shù),修改設(shè)置參數(shù)后,必須以管理員身份重新登陸,這樣參數(shù)設(shè)置才有效\n你確定要繼續(xù)嗎?"))
}
</script>
<body>
<form name="form1" method="post" action="Setting_otherCheck.asp">
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#AAAAAA">
<tr><td>
<table width="100%" border="0" cellspacing="1" cellpadding="5">
<tr bgcolor="#CCDDEE">
<td width="30%" height="30"><div align="center">名稱</div></td>
<td width="27%" height="30" bgcolor="#CCDDEE"><div align="center">值</div></td>
<td width="40%" bgcolor="#CCDDEE"><div align="center">說明</div></td>
</tr>
<%while not rs.eof%>
<tr bgcolor="#FFFFFF">
<td><div align="center">
<% =rs("FuncDescription")%>
</div></td>
<td><div align="center">
<input name="value_<% =rs("FuncName")%>" type="text" value="<% =rs("FuncValue")%>" size="25">
</div></td>
<td><% =rs("FuncInfo")%> </td>
</tr>
<% rs.movenext
wend%>
</table>
</td></tr></table><br>
<table width="50%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><div align="center">
<input type="submit" name="Submit" value="提交" onClick="javascript:return makecompute();" class="b02">
</div></td>
<td> <div align="left">
<input type="reset" name="Submit2" value="取消" class="b02">
</div></td>
</tr>
</table>
<p><font color="#FF0000">*修改設(shè)置參數(shù)后,必須<font size="3"><strong>重新登陸</strong></font>,這樣參數(shù)設(shè)置才有效</font></p>
<p><font color="#FF0000">*<font color="#000000">獎(jiǎng)金的參數(shù)修改后請(qǐng)修改相應(yīng)的獎(jiǎng)勵(lì)計(jì)劃</font></font></p>
</form>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -