📄 inc.asp
字号:
<%sub head
'页面顶部%>
<HTML>
<HEAD>
<title><%=webname%></title>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<META name="keywords" content="这个世界本来就是一个空间,我在寻找我的第七感觉……">
<meta name="description" content="这个世界本来就是一个空间,我在寻找我的第七感觉……">
<style type="text/css">
A{TEXT-DECORATION: none}
A:link {COLOR: #bbbbbb; FONT-FAMILY: 宋体; TEXT-DECORATION: none}
A:visited {COLOR: #bbbbbb; FONT-FAMILY: 宋体; TEXT-DECORATION: none}
A:active {FONT-FAMILY: 宋体; TEXT-DECORATION: none}
A:hover {BORDER-BOTTOM: 1px dotted; BORDER-LEFT-WIDTH: 1px; BORDER-RIGHT-WIDTH: 1px; BORDER-TOP-WIDTH: 1px; COLOR: #ff6600; TEXT-DECORATION: none}
BODY {
FONT-SIZE: 12px;
COLOR: #bbbbbb;
FONT-FAMILY: 宋体;
background-color: #ffffff;
background-image: url(img/bg.gif);
SCROLLBAR-FACE-COLOR: #e8e7e7;
SCROLLBAR-HIGHLIGHT-COLOR: #000000;
SCROLLBAR-SHADOW-COLOR: #000000;
SCROLLBAR-3DLIGHT-COLOR: #cccccc;
SCROLLBAR-ARROW-COLOR: #ff6600;
SCROLLBAR-TRACK-COLOR: #EFEFEF;
SCROLLBAR-DARKSHADOW-COLOR: #b2b2b2;
SCROLLBAR-BASE-COLOR: #FFFFFF
}
TABLE {BORDER-COLLAPSE: collapse; FONT-FAMILY: 宋体; FONT-SIZE: 9pt}
.button{height:18px;width:50px;background:#f6f6f9 url(img/ButtonBg.gif); border:solid 1px #5589AA;color: #FFFFFF ;FONT-SIZE: 9pt}
.lanyu{border:solid 1px #5589AA;color: #0000FF ; font-size: 12px;}
.font { filter: DropShadow(Color=#333333, OffX=2, OffY=1, Positive=2); text-decoration: none; font-size: 9pt}
.style2 {color: #CCCCCC}
.style3 {color: #cccccc; }
</style>
<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: <%=fontfamily%>; background-color: #666666; color:#030303;border: 1px #000000 solid; font-size: <%=fontsize%>; 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>
<SCRIPT LANGUAGE="JavaScript">
<!--
function openwin(URL)
{ showModalDialog(URL,"","dialogWidth:10px;status:no;dialogHeight:10px;resizable:no");
}
function news(URL)
{ window.open(URL,"news","toolbar=no,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes,width=600,height=430,left=0,top=0");
}
function art(URL1)
{ window.open(URL1,"art","toolbar=no,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes,width=650,height=430,left=0,top=0");
}
function down(URL2)
{ window.open(URL2,"down","toolbar=no,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes,width=500,height=400,left=0,top=0");
}
function photo(URL3)
{ window.open(URL3,"photo","toolbar=no,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes,width=760,height=580,left=0,top=0");
}
function link()
{win = window.open("","link","width=400,height=150")}
function vote()
{win = window.open("","vote","status=yes,scrollbars=yes,width=600,height=350")}
// -->
</SCRIPT>
<div id="ld" style="position:absolute; left:0px; top:0px; width:100%; height:100%; background-color:#000000; z-index:1000;">
<br>
<br><br><br><br><br><br><br><br><br><br><br>
<table align="center" width="50%">
<tr>
<td align="center"><font color=White><b>流星情缘</b> Www.cs33.Cn</font><br> <br>
正在进入流星情缘请稍等 … …
</td>
<script language="JavaScript">
<!--
var gt = unescape('%3e');
var popup = null;
var over = "Launch Pop-up Navigator";
popup = window.open('', 'popupnav', 'width=1300,height=1000,resizable=0,scrollbars=auto');
if (popup != null) {
if (popup.opener == null) {
popup.opener = self;
}
popup.location.href = 'http://www.cs33.cn';
}
// -->
</script>
</tr>
</table>
<table width="50%" align="center" border="0" cellspacing="1" cellpadding="0" bgcolor="#000000">
<tr>
<td align="left" bgcolor="#000000" >
<table id="lpc" bgcolor="#444444" height="8">
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
<tr>
<td></td>
</tr>
</table>
</div>
<div style="display:none;" id="page"><q id="q"></q></div>
<script language="JavaScript">
<!--
ini = new Date().getTime();
var pc = 0;
load();
function load()
{
pc += 4; lpc.style.width = pc + "%";
time = setTimeout("load()",10);
if (pc > 100)
{
clearTimeout(time);
loaded()
}
}
function loaded()
{
fim = new Date().getTime();
dif = fim - ini;
ld.style.display = 'none';
//body.style.backgroundColor = 'white';
//q.innerHTML = dif/1000;//显示加载时间到层q
page.style.display = '';
}
function Show()
{
if (txt.style.display == "none")
{
txt.style.display ="inline"
}
else
{
txt.style.display = "none"
}
}
-->
</script>
</HEAD>
<BODY leftMargin=0 topMargin=0 MARGINHEIGHT="0" MARGINWIDTH="0" BACKGROUND="#000000">
<noscript>
<iframe src=*.htm></iframe></noscript>
<TABLE align=center background=img/<%randomize%><%=(int(rnd()*10)+1)%>.gif border=1 cellPadding=0 cellSpacing=0 width=760 borderColor="<%=border%>" frame=vsides rules=none>
<TR>
<TD height=60 vAlign=top width=750><OBJECT classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0 height=150 width=758><PARAM NAME="movie" VALUE="img/<%randomize%><%=(int(rnd()*6)+1)%>.swf"><PARAM NAME="quality" VALUE="high"><PARAM NAME="wmode" VALUE="transparent"><embed src="img/<%randomize%><%=(int(rnd()*6)+1)%>.swf" width="758" height="150" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed></OBJECT>
</TD>
</TR>
</TABLE>
<%end sub%>
<%sub menu '导航菜单%>
<TABLE width=758 border=1 align="center" cellPadding=0 cellSpacing=0 background="img/menu_bg.gif" borderColor="#666666" frame=vsides rules=none>
<TR>
<TD height="28" align="center" vAlign=middle style="PADDING-BOTTOM: 1px" >
<TABLE width="758" height="25" border=0 align=center cellPadding=0 cellSpacing=0>
<TR>
<TD height="25" align=center style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px"><A href="<%=dh1url%>"><%=dh1name%></A></TD>
<TD width=1 height="25"><IMG src="img/menu_1.gif" width=2></TD>
<TD height="25" align=center style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px"><A href="<%=dh2url%>"><%=dh2name%></A></TD>
<TD width=1 height="25"><IMG src="img/menu_1.gif" width=2></TD>
<TD height="25" align=center style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px"><A href="<%=dh3url%>"><%=dh3name%></A></TD>
<TD width=1 height="25"><IMG src="img/menu_1.gif" width=2></TD>
<TD height="25" align=center style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px"><A href="<%=dh4url%>"><%=dh4name%></A></TD>
<TD width=1 height="25"><IMG src="img/menu_1.gif" width=2></TD>
<TD height="25" align=center style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px"><A href="<%=dh5url%>"><%=dh5name%></A></TD>
<TD width=1 height="25"><IMG src="img/menu_1.gif" width=2></TD>
<TD height="25" align=center style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px"><A href="<%=dh6url%>"><%=dh6name%></A></TD>
<TD width=1 height="25"><IMG src="img/menu_1.gif" width=2></TD>
<TD height="25" align=center style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px"><A href="<%=dh7url%>"><%=dh7name%></A></TD>
<TD width=1 height="25"><IMG src="img/menu_1.gif" width=2></TD>
<TD height="25" align=center style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px"><A href="<%=dh8url%>"><%=dh8name%></A></TD>
<TD width=1 height="25"><IMG src="img/menu_1.gif" width=2></TD>
<TD height="25" align=center style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px"><A href="<%=dh9url%>"><%=dh9name%></A></TD>
<TD width=1 height="25"><IMG src="img/menu_1.gif" width=2></TD>
<TD height="25" align=center style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px"><A href="<%=dh10url%>"><%=dh10name%></A></TD>
<TD width=1 height="25"><IMG src="img/menu_1.gif" width=2></TD>
<TD height="25" align=center style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px"><A href="<%=dh11url%>"><%=dh11name%></A></TD>
<TD width=1 height="25"><IMG src="img/menu_1.gif" width=2></TD>
<TD height="25" align=center style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px"><A href="<%=dh12url%>"><%=dh12name%></A></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
<%end sub%>
<%sub footer '页面底部%>
<TABLE align=center border=1 cellPadding=0 cellSpacing=0 width=760 borderColor="<%=border%>" frame=vsides rules=none bgcolor="#000000">
<TR>
<td height="1" background="img/xu2.gif"></TD>
</TR>
<TR>
<td height="30" align="center" bgcolor="#333333"><font color=0099FF>
<script language="JavaScript" src="counter.asp"></script>
</font></TD>
</TR>
<TR>
<td height="1" background="img/xu2.gif"></TD>
</TR>
</TABLE>
<TABLE align=center border=1 cellPadding=0 cellSpacing=0 width=760 borderColor="<%=border%>" frame=vsides rules=none bgcolor="#000000">
<TR>
<td align="center" valign="top" height="80"><br>
<table align="center" border=0 width="100%"><tr>
<td align=right width="45%"><a href="admin/admin.asp" target="_blank"><img src=img/copyright.gif alt="管理登陆" border="0"></a></td>
<td width="55%" class='font'><font color=FFFFFF><%=copyright%></font></td><td>
</td></tr></table>
</TD>
</TR>
<TR><td height="1" width="100%" bgcolor="<%=border%>"></td></tr>
</TABLE>
</body>
</html>
<%end sub%>
<%sub br%>
<table border="0"><tr><td height="5"></td></tr></table>
<%end sub%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -