📄 begin.asp
字号:
<HEAD>
<TITLE>系统信息</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<LINK href="css.css" rel=stylesheet>
</HEAD>
<BODY LEFTMARGIN=0 TOPMARGIN=2 MARGINWIDTH=0 MARGINHEIGHT=0 oncontextmenu=self.event.returnValue=false>
<div align="center">
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0" class="mainmiddle">
<tr>
<td width="29" height="32"> <div align="left">
<p class="maindaohang"> </p>
</div></td>
<td width="709"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="5"></td>
</tr>
</table>
<b><font color="#000000"><b> <span class="bigNavi">系统信息</span> </b></font></b></td>
<td width="8" class="mainrights"></td>
</tr>
</table>
<br>
<table width="95%" height="33" border="0" align="center" cellpadding="3" cellspacing="1" class="tabbgcolor">
<tr class="tabbgcolorli">
<td width="25%" height="20">
<div align="center">
<p class="tabbgcolorli">服务器及IP</p>
</div></td>
<td width="25%" height="20"> <%=Request.ServerVariables("OS")%>(<%=Request.ServerVariables("LOCAL_ADDR")%>)</td>
<td width="25%">
<div align="center">网站路径</div></td>
<td width="25%"> <%=request.ServerVariables("APPL_PHYSICAL_PATH")%></td>
</tr>
</table>
<br>
<table width="95%" height="33" border="0" align="center" cellpadding="3" cellspacing="1" class="tabbgcolor">
<tr class="tabbgcolorli">
<td width="25%" height="20"> <div align="center">
<p class="tabbgcolorli">FSO功能</p>
</div></td>
<td width="25%" height="20">
<%
'=======================================
'88red科技独立开发完成本程序,并提供免费技术支持与升级服务
'官方网站 http://www.88red.com QQ:8375158 TEL:13964489818
'对于商业客户,本站提供细致周到的各项售后服务;对于盗版客户恕不提供,对于散播本程序者本站将追究其法律责任
'88red科技将陆续开发其他各种先进程序,例如企业网站建站系统等等,对老客户购买其他程序给予最大程度的优惠,欢迎洽谈
'=======================================
Function testObject(str)
On Error Resume Next
testObject = False
Dim TestObj
Set TestObj = Server.CreateObject(str)
If Err.Number=0 Then testObject=True
Set TestObj = Nothing
Err.Clear
End Function
If Not testObject("scripting.filesystemobject") Then
Response.Write "<b>×</b>"
Else
Response.Write "<font style='color:red;font-weight:bold'>√</font>"
End If
%>
</td>
<td width="25%"> <div align="center">脚本解释引擎</div></td>
<td width="25%"><%=ScriptEngine & "/"& ScriptEngineMajorVersion &"."&ScriptEngineMinorVersion&"."& ScriptEngineBuildVersion %></td>
</tr>
</table>
<br>
<br>
<table width="95%" height="33" border="0" align="center" cellpadding="3" cellspacing="1" class="tabbgcolor">
<tr class="tabbgcolorli">
<td height="20"> <div align="center">
<p class="tabbgcolorli"><font color="#990000">设置 网站系统参数 里面的程序地址,然后点
一键更新 就可以刷新前台所有页面</font></p>
</div>
<div align="center"></div></td>
</tr>
</table>
<br>
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0" class="mainmiddle">
<tr>
<td width="29" height="32"> <div align="left">
<p class="maindaohang"> </p>
</div></td>
<td width="709"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="5"></td>
</tr>
</table>
<b><font color="#000000"><b> </b></font></b></td>
<td width="8" class="mainrights"></td>
</tr>
</table>
<br>
</div>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -