?? classfl.asp
字號:
<!--#Include file="../Common/fl_config.asp"-->
<!--#Include file="../Common/Inc_DatConn.asp"-->
<!--#Include file="Common/Inc_Config.asp"-->
<!--#Include file="Common/Inc_Function.asp"-->
<%if IsTimeOut(Session("strAccount"),Session("strPassWord")) then Response.Redirect "index.asp"%>
<%
'┌─ 風云ASP在線 ────────────────────────┐
'│ │
'│ 作者:趙振波. http://www.fyasp.com │
'│ │
'│ Q Q:176189168 │
'│ │
'│ Email:fy96@163.com │
'│ │
'│ 程序定做,系統開發,網站制作,提供高質量的網絡產品、技術和服務!│
'│ │
'│【版權聲明】 │
'│ │
'│ 本程序版權歸坐看風云所有,未經授權擅自修改、復制或散布本程序│
'│ │
'│的部分或全部,將承受嚴厲的民事和刑事處罰,對已知的違反者將給予法 │
'│ │
'│律范圍內的全面制裁。對非法使用此程序所造成的一切后果本人概不負責!│
'│ │
'└─────────────────── http://www.fyasp.com ──┘
if request("action")="set" then
filepath=server.mappath("../Common/fl_config.asp")
strcdkd=request("cdkd")
strls=request("ls")
strpy=request("py")
Set fobj = Server.CreateObject("SCRIPTING.FILESYSTEMOBJECT")
Set fs = fobj.CreateTextFile(filepath,true)
fs.Write("<"&chr(37))
fs.Write("cdkd="&chr(34)&strcdkd&chr(34))
fs.Write(chr(13)&chr(10))
fs.Write("ls="&chr(34)&strls&chr(34))
fs.Write(chr(13)&chr(10))
fs.Write("py="&chr(34)&strpy&chr(34))
fs.Write(chr(37)&">")
fs.close
Response.Write "分類菜單成功..."
Response.Write "<script language=""javascript"">this.close();this.opener.location='classfl.asp';</script>"
end if
%>
<html>
<head>
<title><% = strSiteName%> - 網站后臺管理系統</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="Common/Site.css" type="text/css">
</head>
<body leftMargin="0" topMargin="2">
<!--#Include file="Common/inc_Top.asp"-->
<table width="750" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td width="105" valign="top" style="border-left: 1px solid rgb(0,0,0); border-right: 1px solid rgb(0,0,0)" class="bottom"><br>
<!--#Include file="Common/Inc_Button.asp"-->
</td>
<td valign="top" style="border-right: 1px solid rgb(0,0,0)" align="center" class="banma2">
<table width="96%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height="50">當前位置:<a href="Main.asp">管理首頁</a> -> 分類菜單設置</td>
</tr>
</table>
<table border="0" width="96%" cellspacing="0" cellpadding="0" align="center">
<tr>
<td width="100%"><table width="100%" border="0" cellspacing="0" cellpadding="6" height="248">
<tr>
<td align="center" height="236">
<form name="form1" method="POST" action="?action=set" target="_blank">
<table border="0" cellspacing="1" cellpadding="4" bgcolor="#000000" width="300">
<tr>
<td class="bottom"><b>分類菜單設置</b></td>
</tr>
<tr>
<td class="banma1" align="center">
<table width="90%" border="0" cellspacing="0" cellpadding="6">
<tr>
<td>
<p align="right">菜單寬度:</td>
<td>
<input type="text" name="cdkd" value="<%=cdkd%>" size="20">
</td>
</tr>
<tr>
<td>
<p align="right">顯示列數:</td>
<td>
<input type="text" name="ls" value="<%=ls%>" size="20">
</td>
</tr>
<tr>
<td>
<p align="right">左邊距:</td>
<td>
<input name="py" value="<%=py%>" size="20"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="bottom" align="center">
<input type="submit" name="Submit" value="設定" class="Tips_bo">
</td>
</tr>
<tr>
<td class="bottom" align="center">
<p align="left"><font color="#000080">說明:本功能需要FSO組件支持,如果你的空間不支持FSO,請手動修改根目錄下的mail.asp文件,里面有說明!
本機調試開啟FSO方法(開始菜單-運行 輸入regsvr32 scrrun.dll 回車)</font></td>
</tr>
</table>
</form>
</td>
</tr>
</table></td>
</tr>
</table>
<br>
</td>
</tr>
</table>
<!--#Include file="Common/Inc_Bottom.asp"-->
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -