⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 user_help.asp

📁 oblog2.52商业sql版,稳定易用
💻 ASP
字号:
<!--#include file="inc/function.asp"-->
<%
dim show,fname
fname=trim(request("file"))
fname=lcase(fname)
fname=replace(replace(fname,"asp",""),Chr(0),"")
if fname="" then
	fname="help/h_main.htm"
end if
if right(fname,4)=".htm" then
	show=adodb_loadfile(fname)
%>
<html>
<head>
<title>oBlog帮助</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="Admin_STYLE.CSS" rel="stylesheet" type="text/css">
<body leftmargin="2" topmargin="0" marginwidth="0" marginheight="0" class="bgcolor">
<br>
<table width="90%" border="0" align=center cellpadding="2" cellspacing="1" bgcolor="#FFFFFF" class="border">
  <tr align="center"> 
    <td width="100%" height=25 class="topbg"><strong>oBLog帮助</strong> (<a href="user_help.asp">返回帮助目录</a>)<tr> 
    <td height=23 class="tdbg"><%=show%></td>
  </tr>
</table><br>
<br>
</body>
</html>
<%
else
	response.Write("输入文件不正确")
end if
%>

⌨️ 快捷键说明

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