📄 manage.asp
字号:
<!--#include File="Conn.asp" -->
<!--#include file="Checkpost.asp"-->
<%
If Session("AdminName")="" and Session("adminpass")="" Then
Response.Redirect "Error.asp?id=005"
Else
Response.Write "<Html>"
Response.Write "<Head>"
Response.Write "<Title>FLASH管理中心 - "& WebName &"</title>"
Response.Write "<Meta Http-equiv=""Content-Type"" Content=""text/html; Charset=Gb2312"">"
Response.Write "<Meta Name=""Author"" Content="" "& WebAuthor &" "">"
Response.Write "<Meta Name=""Keywords"" Content="" "& WebKeywords &" "">"
Response.Write "<Meta Name=""Description"" Content="" "& WebDescription &" "">"
Response.Write "</Head>"
Response.Write "<Frameset Rows=""*"" Cols=""198,*"" Framespacing=""0"" Frameborder=""No"" Border=""0"">"
Response.Write "<Frame Name=""Admin_Left"" Scrolling=""Yes"" Marginheight=""0"" Src=""Left.asp"">"
Response.Write "<Frame Name=""Admin_Main"" Scrolling=""Yes"" Marginheight=""0"" Src=""Main.asp"">"
Response.Write "</Frameset>"
Response.Write "<Noframes><Body Leftmargin=""0"" Topmargin=""0"">"
Response.Write "</Body></Noframes>"
Response.Write "</Html>"
End If %>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -