📄 top.asp
字号:
<!--#include file="conn.asp"--><%call closedb%>
<%
dim style,Cssstyleid,plugin
style=application(prefix&"style")
style=replace(style,"<a href=","<option value=")
style=replace(style,"</a><br>","</option>")
plugin=application(prefix&"plugin")
plugin=replace(plugin,"<a href=","<option value=")
plugin=replace(plugin,"</a><br>","</option>")
Cssstyleid=request.cookies(prefix&"1")("styleid")
%>
<head>
<link rel=stylesheet type=text/css href=inc/css.css>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="skin/<%=Cssstyleid%>/global.css">
<base target="contents">
</head>
<script src="../count/mystat.asp?siteid=1"></script>
<script>
function userfun()
{
var getindex=document.getElementById('usertools').selectedIndex;
if (getindex>0)
{
document.getElementById('usertools').options[0].selected=true;
parent.frames.main.focus();
var getfun=document.getElementById('usertools').options[getindex].value;
parent.frames.main.location=getfun;
}
}
function userstyle()
{
var getindex=document.getElementById("styleid").selectedIndex;
if (getindex>0)
{
var getfun=document.getElementById('styleid').options[getindex].value;
window.parent.top.location=getfun;
//top.location=getfun;
}
}
function userplugin()
{
var getindex=document.getElementById('pluginid').selectedIndex;
if (getindex>0)
{
document.getElementById('pluginid').options[0].selected=true;
var getfun=document.getElementById('pluginid').options[getindex].value;
parent.frames.main.location=getfun;
}
}
function usermode()
{
var getindex=document.getElementById('modeid').selectedIndex;
if (getindex>1)
{
var getfun=document.getElementById('modeid').options[getindex].value;
top.location=getfun;
}
}
</script>
<script src="../count/mystat.asp?siteid=1"></script>
<body class=topbody>
<table width="100%" border="0" cellspacing="0" cellpadding="0" background="images/topline.gif">
<tr>
<td>
<table width="1002" height="27" border="0" align="center" cellpadding="0" cellspacing="0" >
<tr>
<td><a href="../index.asp"><img src="Images/index.gif" width="64" height="25" border="0"></a> </td>
<td width="600"></td>
<td><img src="Images/shiwei.gif" width="64" height="25" border="0"> <img src="Images/zhengxie.gif" width="64" height="25" border="0"> <img src="Images/shifu.gif" width="64" height="25" border="0"> <img src="Images/renda.gif" width="64" height="25" border="0"> </td>
</tr>
</table>
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" background="images/topbj1.gif">
<tr>
<td>
<table width="1002" height="100" border="0" align="center" cellpadding="0" cellspacing="0" background="images/topbj1.gif">
<tr>
<td width="319"><a href="http://www.wmgov.cn" target="_blank"><img src="Images/logo11.gif" width="319" height="100" border="0"></a></td>
<td width="440"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="493" height="78" title="FLASH">
<param name="movie" value="images/topFlash.swf">
<param name="quality" value="high">
<embed src="images/topFlash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="493" height="78"></embed>
</object></td>
<td width="20"> </td>
<td><%Response.Write FormatDateTime(Date(),1) & " 星期"& Mid("日一二三四五六",WeekDay(Date),1) %><BR><BR><IFRAME border=0 name=play marginWidth=0 marginHeight=0 src=http://www1.xise.cn/tian.htm frameBorder=0 width=168 scrolling=no height=52></IFRAME></td>
</tr>
</table>
</td>
</tr>
</table>
<div class=top>
<div class=topword>
<select id="usertools" size="1" onChange="userfun()"><option selected>论坛功能</option><option value="Otherlist.asp?action=today">今日新帖</option><option value="Otherlist.asp?action=good">论坛精华</option><option value="userlist.asp">用户列表</option><option value="search.asp">论坛搜索</option><option value="bbsshow.asp">论坛展区</option></select>
<%if plugin<>"" then%><select id="pluginid" size="1" onchange="userplugin()"><option selected>论坛插件</option><%=plugin%></select><%end if%>
</div>
</div>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -