📄 top.asp
字号:
<!--#include file="../conn2.asp"-->
<HTML><HEAD>
<TITLE><%Set rs=conn.execute ("select sitename from siteinfo")
response.write rs(0)
rs.close%></TITLE>
<LINK href="image/css.css" type=text/css
rel=stylesheet>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<STYLE type=text/css>
.td3 {
FONT-WEIGHT: bold; FONT-SIZE: 9px; COLOR: #ffffff; BACKGROUND-COLOR: #799ae8; face: Tahoma
}
.td4 {
BACKGROUND-COLOR: #f9f8f2
}
.td5 {
BACKGROUND-COLOR: #799ae8
}
</STYLE>
<STYLE type=TEXT/CSS>
A {
TEXT-DECORATION: none
}
A:hover {
COLOR: #0000CC; TEXT-DECORATION: underline
}
TD {
FONT-SIZE: 9pt; LINE-HEIGHT: 13pt
}
TH {
FONT-SIZE: 9pt; LINE-HEIGHT: 13pt
}
BODY {
FONT-SIZE: 9pt; LINE-HEIGHT: 13pt
}
#mnu {
FILTER: revealTrans(Duration=1.5,Transition=12) visibility:hide
}
.style3 {color: #FFFFFF}
</STYLE>
<SCRIPT>
function set_mnu()
{
if (mnu.style.visibility=="hidden")
{
//产生效果和把图层显示
mnu.filters.revealTrans.apply();
mnu.style.visibility="visible";
mnu.filters.revealTrans.play();
}
else{
//隐藏图层和停止效果播放
mnu.filters.revealTrans.stop();
mnu.style.visibility="hidden" ;
}
}
</SCRIPT>
<META content="MSHTML 6.00.3790.0" name=GENERATOR>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
</HEAD>
<BODY topMargin=0>
<TABLE style="BORDER-COLLAPSE: collapse" height=103 cellSpacing=0 cellPadding=0
width="778" align=center border=1>
<TBODY>
<TR>
<TD width="100%" background=image/lbg.gif bgColor=#1a71e6
height=8></TD></TR>
<TR>
<TD width="100%" height=85>
<div align="center"><IMG
src="image/top6.jpg" width="757" height="145" border=0 usemap="#Map">
<div id="Layer1" style="position:absolute; width:400px; height:115px; z-index:2; left: 167px; top: 28px;">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="560" height="131">
<param name="movie" value="3.swf">
<param name="quality" value="high"><param name="wmode" value="transparent">
<embed src="3.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="560" height="131"></embed>
</object>
</div>
</div></TD>
</TR>
<TR>
<TD width="100%" background=image/lbg.gif bgColor=#1a71e6
height=5></TD></TR></TBODY></TABLE>
<BR>
<map name="Map">
<area shape="rect" coords="46,3,76,20" href="../index.asp">
<area shape="rect" coords="98,2,128,18" href="../gg.asp">
<area shape="rect" coords="155,3,187,20" href="../news.asp">
<area shape="rect" coords="208,3,240,20" href="../photo.asp">
<area shape="rect" coords="265,2,293,18" href="../ly.asp">
<area shape="rect" coords="318,5,349,20" href="../bj.asp">
<area shape="rect" coords="370,3,405,19" href="../xy.asp">
<area shape="rect" coords="426,5,461,21" href="../song.asp">
<area shape="rect" coords="481,5,515,22" href="../wishindex.asp">
<area shape="rect" coords="541,5,572,19" href="../game.asp">
<area shape="rect" coords="593,7,627,22" href="../help.asp">
<area shape="rect" coords="656,6,725,23" href="javascript:set_mnu(mnu);">
</map>
<div id=mnu style="LEFT: 77%; POSITION: absolute; TOP: 32px; VISIBILITY: hidden; Z-INDEX: 1">
<TABLE width="70" border=1 cellPadding=0 cellSpacing=1 bordercolor="#FFFFFF">
<TBODY>
<TR >
<TD align="center" solid #000000"><a href="../note.asp"><font color="#000000">记事本</font></a></TD>
</TR>
<TR >
<TD align="center" solid #000000"><a href="../editreg.asp"><font color="#000000">编辑资料</font></a></TD></TR>
<TR >
<TD align="center" solid #000000"><a href="../mail.asp"><font color="#000000">我的信箱</font></a></TD></TR>
<TR >
<TD align="center" solid #000000"><a href="../bj/ly.asp?type2=cz&type3=username&key=<%=session("wzname")%>&bj=<%=session("userclass")%>"><font color="#000000">我的留言</font></a></TD></TR>
<TR >
<TD align="center" solid #000000"><a href="../grphoto.asp?mmm=0&photocx=<%=session("wzname")%>"><font color="#000000">我的相册</font></a></TD></TR>
</TBODY>
</TABLE></div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -