head.asp

来自「本程序修改自花香盈路6.0版。所有版权归原作者所有 本站修改后加入了些小偷程」· ASP 代码 · 共 32 行

ASP
32
字号
<!--单独调试头文件时请加上css连接-->
<%
a=request.QueryString("a")
if a="" then
a=1
end if
if isnumeric(a)=false  then
response.write "<script>alert('参数错误,关闭窗口!');window.close();</script>"
response.end
end if
%><!--Powered by flymorn,www.cn-pn.com-->
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" class="biao_bdr1">
  <tr>
    <td><a href="index.asp"><img src="logo.gif" alt="飘易网站统计程序 V1.0" width="265" height="65" border="0"></a></td>
  </tr>
  <tr>
    <td><div id="Top">
      <div id="Menu">
        <ul>
          <li ><%if a=1 then%><font class="default">首 页</font><%else%><a href=index.asp?a=1>首 页</a><%end if%></li>
          <li><%if a=2 then%><font class="default">在线IP</font><%else%><a href=ip.asp?a=2>在线IP</a><%end if%></li>
          <li><%if a=3 then%><font class="default">总体数据</font><%else%><a href=total.asp?a=3>总体数据</a><%end if%></li>
          <li><%if a=4 then%><font class="default">受访页面</font><%else%><a href=page.asp?a=4>受访页面</a><%end if%></li>
          <li><%if a=5 then%><font class="default">来路统计</font><%else%><a href=source.asp?a=5>来路统计</a><%end if%></li>
          <li><%if a=6 then%><font class="default">网站主页</font><%else%><a href=http://ftwl.cb35.com target=_blank>网站主页</a><%end if%></li>
		  <li><%if a=7 then%><font class="default">帮助说明</font><%else%><a href=help.asp?a=7>帮助说明</a><%end if%></li>     	
		</ul>
      </div>
    </div></td>
  </tr>
</table>

⌨️ 快捷键说明

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