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

📄 top.asp

📁 不错的asp论坛,大家可以看看啊和呵呵.
💻 ASP
字号:


<head>
<title>流星情缘</title>
<style type="text/css">
a:link { color:#000000;text-decoration:none}
a:hover {color:#666666;}
a:visited {color:#000000;text-decoration:none}

td {FONT-SIZE: 9pt; FILTER: dropshadow(color=#FFFFFF,offx=1,offy=1); COLOR: #000000; FONT-FAMILY: "宋体"}
img {filter:Alpha(opacity:100); chroma(color=#FFFFFF)}
</style>

<script>
function preloadImg(src)
{
	var img=new Image();
	img.src=src
}
preloadImg("inc/top_open.gif");

var displayBar=true;
function switchBar(obj)
{
	if (displayBar)
	{
		parent.frame.cols="0,*";
		displayBar=false;
		obj.src="inc/top_open.gif";
		obj.title="打开左边管理菜单";
	}else{
		parent.frame.cols="140,*";
		displayBar=true;
		obj.src="inc/top_close.gif";
		obj.title="关闭左边管理菜单";
	}
}
</script>
<base target="main">
</head>

<body background="inc/top_bg.gif" leftmargin="0" topmargin="0">
<table height="100%" width="95%" border=0 cellpadding=0 cellspacing=0>
  <tr valign=middle> 
    <td width=50> <img onclick="switchBar(this)" src="inc/top_close.gif" title="关闭左边管理菜单" style="cursor:hand"> 
    </td>
    <td width=100><a href="asp.asp" target="main">测试服务器变量</a></td>
    <td width=100><a href="admin_admin.asp?action=admin" target=main>管理员管理</a> 
    </td>
    <td width=100> <a href="admin_admin.asp?action=modpass" target=main>修改资料</a> 
    </td>
    <td width=100> <a href="admin.asp?action=logout" target=_top>退出管理</a> </td>
    <td width=100> <a href="../index.asp" target=_top>返回首页</a> </td>
    <td>&nbsp; </td>
  </tr>
</table>

⌨️ 快捷键说明

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