?? modulecode_edit.asp
字號:
<!--#include file="../Include/TimeOut.asp"-->
<%modulecode="0102"%>
<!--#include file="../Include/ModuleUserCheck.asp"-->
<!--#include file="../Include/online.asp"-->
<%
'無變量傳來時先賦初值,即添加狀態(tài)
ModuleCode=""
ModuleName=""
ModulePath=""
checkboxend="0"
IP="0"
edit=""
'取得傳來變量
strsqlzh=Request.QueryString("strsql")
ModuleCode=Request.Querystring("code")
ModuleName=Request.Querystring("name")
ModulePath=Request.Querystring("path")
page=Cstr(Request.Querystring("page"))
edit=Request.Querystring("edit")
if not ModuleCode="" then
set rst=server.createobject("ADODB.recordset")
Strsql="select * from xt_tc_module where 模塊編碼='"&ModuleCode&"'"
rst.open Strsql,strconn
ModuleName=rst("模塊名稱")
ModulePath=rst("模塊路徑")
CheckBoxEnd=rst("末級菜單")
IP=rst("IP校驗標志")
end if
%>
<html>
<head>
<title>模塊設(shè)置</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../CssLib/Cssbutton.css">
</head>
<body text="#000000" bgcolor="#ffffff">
<img src="images/edit_title_modulecode.gif" width="200" height="27"><font color="#00CCFF" size="1">★★★★★<font color="#00CCFF" size="1">★★★★★</font><font color="#00CCFF" size="1">★★★★★</font><font color="#00CCFF" size="1">★★★★★</font>★★</font><br>
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td width="22" height="20"><img src="../public/images/edit_bg_zs.gif" width="21" height="20"></td>
<td background="../public/images/bg_left.gif" bgcolor="#0099FF">
<div align="center"></div>
</td>
<td width="10"><img src="../public/images/edit_bg_ys.gif" width="21" height="20"></td>
</tr>
<tr>
<td background="../public/images/bg_left.gif"> </td>
<td bgcolor="#FFFFFF" height="200">
<table width="90%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height="20" width="6%" bgcolor="#FFFFFF"> </td>
<td height="20" width="20%" bgcolor="#FFFFFF"> </td>
<td height="20" width="69%" bgcolor="#FFFFFF"> </td>
<td height="20" width="5%" bgcolor="#FFFFFF"> </td>
</tr>
<form name="conlist" method="post" action="ModuleCode_regist.asp?strsql=<%=server.URLEncode(strsqlzh)%>&edit=<%=request.querystring("edit")%>&page=<%=Cstr(request.querystring("page"))%>" onSubmit="return checkfun()">
<tr>
<td height="20" width="6%" bgcolor="#EAEAEA"> </td>
<td height="20" width="20%" bgcolor="#EAEAEA">
<div align="left">模塊編碼</div>
</td>
<td height="20" width="69%" bgcolor="#EAEAEA">
<p>
<% if not edit="" then
response.write moduleCode '修改狀態(tài)
Response.Write "<input type='hidden' name='ModuleCode' value='"&modulecode&"'>"
else %>
<input type="text" name="moduleCode" maxlength=10>
<%
end if
%>
<font color="#ff0000">** </font> (注:**為必填項,下同。 )<br>
</p>
</td>
<td height="20" width="5%" bgcolor="#EAEAEA"> </td>
</tr>
<tr>
<td height="20" width="6%" bgcolor="white"> </td>
<td height="20" width="20%" bgcolor="white">
<div align="left"></div>
</td>
<td height="20" width="69%" bgcolor="white"> </td>
<td height="20" width="5%" bgcolor="white"> </td>
</tr>
<tr>
<td height="20" width="6%" bgcolor="#EAEAEA"> </td>
<td height="20" width="20%" bgcolor="#EAEAEA">
<div align="left">模塊名稱</div>
</td>
<td height="20" width="69%" bgcolor="#EAEAEA">
<input type="text" name="ModuleName" value="<%=ModuleName%>" maxlength="20">
<font color="#FF0000">** </font></td>
<td height="20" width="5%" bgcolor="#EAEAEA"> </td>
</tr>
<tr>
<td height="20" width="6%" bgcolor="#FFFFFF"><font color="#FFFFFF"></font></td>
<td height="20" width="20%" bgcolor="#FFFFFF"><font color="#FFFFFF"></font></td>
<td height="20" width="65%" bgcolor="#FFFFFF"><font color="#FFFFFF"></font></td>
<td height="20" width="9%" bgcolor="#FFFFFF"><font color="#FFFFFF"></font></td>
</tr>
<tr>
<td height="20" width="6%" bgcolor="#eaeaea"> </td>
<td height="20" width="20%" bgcolor="#eaeaea">
<div align="left">模塊路徑</div>
</td>
<td height="20" width="65%" bgcolor="#eaeaea">
<input type="text" name="modulePath" maxlength=100 value="<%=ModulePath%>">
<font color="#ff0000">** </font></td>
<td height="20" width="9%" bgcolor="#eaeaea"> </td>
</tr>
<tr>
<td height="20" width="6%"> </td>
<td height="20" width="20%"> </td>
<td height="20" width="65%"> </td>
<td height="20" width="9%"> </td>
</tr>
<tr>
<td height="20" width="6%" bgcolor="#eaeaea"> </td>
<td height="20" width="20%" bgcolor="#eaeaea">
<div align="left">末級標志</div>
</td>
<td height="20" width="65%" bgcolor="#eaeaea">
<input type="checkbox" name="CheckBoxEnd" value="1" <%if checkboxend="1" then response.write "checked"%>>
</td>
<td height="20" width="9%" bgcolor="#eaeaea"> </td>
</tr>
<tr>
<td height="20" width="6%" bgcolor="white"> </td>
<td height="20" width="20%" bgcolor="white"> </td>
<td height="20" width="65%" bgcolor="white"> </td>
<td height="20" width="9%" bgcolor="white"> </td>
</tr>
<tr bgcolor="#eaeaea">
<td height="20" width="6%"> </td>
<td height="20" width="20%">IP校驗標志</td>
<td height="20" width="65%">
<input type="checkbox" name="IP" value="1" <%if IP="1" then response.write "checked"%>>
</td>
<td height="20" width="9%"> </td>
</tr>
<tr>
<td height="20" width="6%" bgcolor="white"> </td>
<td height="20" width="20%" bgcolor="white">
<div align="left"></div>
</td>
<td height="20" width="65%" bgcolor="white"> </td>
<td height="20" width="9%" bgcolor="white"> </td>
</tr>
<tr>
<td height="20" colspan="4" bgcolor="#FFFFFF">
<div align="center">
<input class="button" type="submit" name="Submit" value="提交">
<input class="button" type="reset" name="Submit2" value="重填">
<input class="button" type="button" name="Submit3" value="返回"onClick="back()">
</div>
</td>
</tr>
<tr>
<td height="20" width="6%" bgcolor="#FFFFFF"> </td>
<td height="20" width="20%" bgcolor="#FFFFFF"> </td>
<td height="20" width="69%" bgcolor="#FFFFFF"> </td>
<td height="20" width="5%" bgcolor="#FFFFFF"> </td>
</tr>
</form>
</table>
</td>
<td bgcolor="#FFFFFF" background="../public/images/bg_left.gif"> </td>
</tr>
<tr>
<td width="22"><img src="../public/images/edit_bg_zx.gif" width="21" height="20"></td>
<td bgcolor="#FFFFFF" background="../public/images/bg_left.gif" height="20"> </td>
<td width="10">
<div align="right"><img src="../public/images/edit_bg_yx.gif" width="21" height="20"></div>
</td>
</tr>
</table>
</body>
</html>
<script language="vbscript">
function checkfun() '校驗表單
checkfun=true
if ConList.ModuleCode.value="" then
checkfun=false
window.alert "模塊編碼不能為空,請重新輸入!"
exit function
end if
if ConList.ModuleName.value ="" then
checkfun=false
window.alert "模塊名稱不能為空,請重新輸入!"
exit function
end if
if ConList.ModulePath.value ="" then
checkfun=false
window.alert "路徑不能為空,請重新輸入!"
exit function
end if
end function
function back()
history.back
end function
</script>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -