📄 top.asp
字号:
<!-- #include file="cyconn.asp"-->
<html>
<head>
<TITLE>更多精美的动画,尽在时空音乐(www.mtv51.com)</TITLE>
<meta NAME="keywords" CONTENT="mmok.com">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=gb2312">
<base onmouseover="window.status='本站需要大家帮忙宣传,请把本站地址(WWW.MTV51.COM)发给你QQ上的5位好友!!';return true">
<meta NAME="copyright" content="Copyright 2003-2004 -www.mmok.com">
<STYLE>
BODY {
SCROLLBAR-3DLIGHT-COLOR: #d8d8fc;
SCROLLBAR-ARROW-COLOR: #480024;
SCROLLBAR-DARKSHADOW-COLOR: #fcfcfc;
SCROLLBAR-BASE-COLOR: #fcfcfc
}
body {background:url(images/top_7kbackground.gif); background-position:top; background-repeat:repeat-x;}
</STYLE>
<STYLE type=text/css>td { font-size: 9pt}
.input {
BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; FONT-SIZE: 9pt; BORDER-LEFT: #000000 1px solid;BORDER-BOTTOM: #000000 1px solid; HEIGHT: 16px
}
a { FONT-SIZE: 9pt;text-decoration: none; color: #000000}
a:hover { color: #FF6600; text-decoration: none}
.line { line-height: 150%}
.style6666{ FONT-SIZE: 8pt;COLOR:#000000}
.line2 { line-height: 120%}.p14 { font-size: 14.6px}
.checklist{BORDER-TOP-WIDTH: 1px; PADDING-RIGHT: 1px; PADDING-LEFT: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 9pt; BORDER-LEFT-COLOR: #cccccc; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #cccccc; PADDING-BOTTOM: 1px; BORDER-TOP-COLOR: #cccccc; PADDING-TOP: 1px; HEIGHT: 17px; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: #cccccc}
</STYLE>
<SCRIPT language=JavaScript>
<!--
function cy(id)
{
var filename="cy.asp?id="+id;
window.open(filename,"显示窗口","scrollbars=no,width=530,height=400");
}
//-->
</SCRIPT>
<SCRIPT LANGUAGE="JavaScript">
<!--
//***********默认设置定义.*********************
tPopWait=0;//停留tWait豪秒后显示提示。
tPopShow=5000;//显示tShow豪秒后关闭提示
showPopStep=20;
popOpacity=99;
//***************内部变量定义*****************
sPop=null;
curShow=null;
tFadeOut=null;
tFadeIn=null;
tFadeWaiting=null;
document.write("<style type='text/css'id='defaultPopStyle'>");
document.write(".cPopText { font-family: ; background-color: #f8f8f3; color:#030303;border: 1px #000000 solid; font-size: ; padding-right: 4px; padding-left: 4px; height: 20px; padding-top: 3px; padding-bottom: 1px; filter: Alpha(Opacity=0)}");
document.write("</style>");
document.write("<div id='dypopLayer' style='position:absolute;z-index:1000;' class='cPopText'></div>");
function showPopupText(){
var o=event.srcElement;
MouseX=event.x;
MouseY=event.y;
if(o.alt!=null && o.alt!=""){o.dypop=o.alt;o.alt=""};
if(o.title!=null && o.title!=""){o.dypop=o.title;o.title=""};
if(o.dypop!=sPop) {
sPop=o.dypop;
clearTimeout(curShow);
clearTimeout(tFadeOut);
clearTimeout(tFadeIn);
clearTimeout(tFadeWaiting);
if(sPop==null || sPop=="") {
dypopLayer.innerHTML="";
dypopLayer.style.filter="Alpha()";
dypopLayer.filters.Alpha.opacity=0;
}
else {
if(o.dyclass!=null) popStyle=o.dyclass
else popStyle="cPopText";
curShow=setTimeout("showIt()",tPopWait);
}
}
}
function showIt(){
dypopLayer.className=popStyle;
dypopLayer.innerHTML=sPop;
popWidth=dypopLayer.clientWidth;
popHeight=dypopLayer.clientHeight;
if(MouseX+12+popWidth>document.body.clientWidth) popLeftAdjust=-popWidth-24
else popLeftAdjust=0;
if(MouseY+12+popHeight>document.body.clientHeight) popTopAdjust=-popHeight-24
else popTopAdjust=0;
dypopLayer.style.left=MouseX+12+document.body.scrollLeft+popLeftAdjust;
dypopLayer.style.top=MouseY+12+document.body.scrollTop+popTopAdjust;
dypopLayer.style.filter="Alpha(Opacity=0)";
fadeOut();
}
function fadeOut(){
if(dypopLayer.filters.Alpha.opacity<popOpacity) {
dypopLayer.filters.Alpha.opacity+=showPopStep;
tFadeOut=setTimeout("fadeOut()",1);
}
else {
dypopLayer.filters.Alpha.opacity=popOpacity;
tFadeWaiting=setTimeout("fadeIn()",tPopShow);
}
}
function fadeIn(){
if(dypopLayer.filters.Alpha.opacity>0) {
dypopLayer.filters.Alpha.opacity-=1;
tFadeIn=setTimeout("fadeIn()",1);
}
}
document.onmouseover=showPopupText;
// -->
</SCRIPT>
</head>
<body topmargin="1" leftmargin="1" oncontextmenu=self.event.returnValue=false onselectstart="return false">
<SCRIPT language=javascript>
function Align_Layer(STATICMENU) {
var theWidth
theWidth=document.body.clientWidth
if (theWidth<850)
STATICMENU.style.left=775
else if (theWidth<1100)
STATICMENU.style.left=885
else if (theWidth<1200)
STATICMENU.style.left=950
else if (theWidth<1300)
STATICMENU.style.left=1010
else if (theWidth<1620)
STATICMENU.style.left=1175
else if (theWidth<1700)
STATICMENU.style.left=1215
else
STATICMENU.style.left=1335
}
function Get_Broswer_Width() {
alert(document.body.clientWidth)
}
function Get_Layer_Left(STATICMENU) {
alert(STATICMENU.style.left)
}
//var stmnLEFT = 890;
var stmnGAP1 = 80;
var stmnGAP2 = 0;
var stmnBASE = 0;
var stmnActivateSpeed = 50;
var stmnScrollSpeed = 1;
var stmnTimer;
function ReadCookie(name) {
var label = name + "=";
var labelLen = label.length;
var cLen = document.cookie.length;
var i = 0;
while (i < cLen) {
var j = i + labelLen;
if (document.cookie.substring(i, j) == label) {
var cEnd = document.cookie.indexOf(";", j);
if (cEnd == -1) cEnd = document.cookie.length;
return unescape(document.cookie.substring(j, cEnd));
}
i++;
}
return "";
}
function SaveCookie(name, value, expire) {
var eDate = new Date();
eDate.setDate(eDate.getDate() + expire);
document.cookie = name + "=" + value + "; expires=" + eDate.toGMTString()+ "; path=/";
}
function RefreshStaticMenu() {
var stmnStartPoint, stmnEndPoint, stmnRefreshTimer;
stmnStartPoint = parseInt(STATICMENU.style.top, 10);
stmnEndPoint = document.body.scrollTop + stmnGAP2;
if (stmnEndPoint < stmnGAP1) stmnEndPoint = stmnGAP1;
stmnRefreshTimer = stmnActivateSpeed;
if ( stmnStartPoint != stmnEndPoint ) {
stmnScrollAmount = Math.ceil( Math.abs( stmnEndPoint - stmnStartPoint ) / 15 );
STATICMENU.style.top = parseInt(STATICMENU.style.top, 10) + ( ( stmnEndPoint<stmnStartPoint ) ? -stmnScrollAmount : stmnScrollAmount );
stmnRefreshTimer = stmnScrollSpeed;
}
stmnTimer = setTimeout ("RefreshStaticMenu();", stmnRefreshTimer);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -