📄 top.asp
字号:
<head>
<META content=<%=keywords%> name=Keywords>
<META content=<%=Description%> name=Description>
<LINK href="<%=weburl%>/images/style.css" type=text/css rel=stylesheet>
<SCRIPT language=JavaScript src="<%=weburl%>/js/check.js"></SCRIPT>
</head>
<script language=javascript>
<!--
var boodschap = '<%=set_ie%>';
function dgstatus()
{
window.status = boodschap;
timerID= setTimeout("dgstatus()", 60);
}
function News_Window(theURL,winName,features) {
window.open(theURL,winName,features);
}
//-->
</script>
<body onload="dgstatus();"><TABLE cellSpacing=0 cellPadding=0 width=778 align=center background=<%=weburl%>/images/bg-content.gif border=0 valign="top">
<TR><TD width=778 height=52>
<TABLE cellSpacing=0 cellPadding=0 align=center background=<%=weburl%>/images/bg-content.gif border=0 valign="top">
<TBODY>
<TR>
<TD>
<IMG src="<%=weburl%>/images/xmenu00.gif" width="194" height="52"></TD>
<TD><A onmouseover="lightup('pic1')" onmouseout="turnoff('pic1')"
href="<%=weburl%>">
<IMG height=52 alt=影院首页
src="<%=weburl%>/images/xmenu01.gif" width=71 border=0 name=pic1></A></TD>
<TD><A onmouseover="lightup('pic2')" onmouseout="turnoff('pic2')"
href="<%=weburl%>/member/user_reg.asp">
<IMG height=52
alt=加入会员 src="<%=weburl%>/images/xmenu02.gif" width=71 border=0
name=pic2></A></TD>
<TD><A onmouseover="lightup('pic3')" onmouseout="turnoff('pic3')"
href="#">
<IMG
height=52 alt=入会帮助 src="<%=weburl%>/images/xmenu03.gif" width=71 border=0
name=pic3></A></TD>
<TD><A onmouseover="lightup('pic4')" onmouseout="turnoff('pic4')"
href="#">
<IMG
height=52 alt=免费试片 src="<%=weburl%>/images/xmenu04.gif" width=71 border=0
name=pic4></A></TD>
<TD><A onmouseover="lightup('pic5')" onmouseout="turnoff('pic5')"
href="#">
<IMG
height=52 alt=联系我们 src="<%=weburl%>/images/xmenu05.gif" width=71 border=0
name=pic5></A></TD>
<TD><A onmouseover="lightup('pic6')" onmouseout="turnoff('pic6')"
href="#">
<IMG
height=52 alt=看片帮助 src="<%=weburl%>/images/xmenu06.gif" width=71 border=0
name=pic6></A></TD>
<TD><A onmouseover="lightup('pic7')" onmouseout="turnoff('pic7')"
href="#">
<IMG height=52 alt=汇款帮助
src="<%=weburl%>/images/xmenu07.gif" width=72 border=0 name=pic7></A></TD>
<TD><A onmouseover="lightup('pic8')" onclick="window.external.addFavorite('<%=weburl%>','【<%=webname%>】——在线电影 电影下载')" onmouseout="turnoff('pic8')" href="#">
<IMG
height=52 alt=加入收藏 src="<%=weburl%>/images/xmenu08.gif" width=72 border=0
name=pic8></A></TD>
<TD>
<IMG height=52 src="<%=weburl%>/images/xmenu09.gif"
width=14></TD></TR></TBODY></TABLE></TD></TR>
<TR>
<TD align=middle width=778 background=<%=weburl%>/images/xmenu-header.gif>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="90%" id="AutoNumber1">
<tr>
<td width="29%">
<p align="center"><a href="<%=weburl%>"><img border="0" src="<%=set_logo%>" title="<%=webname%>"></a></td>
<td width="71%">
<p align="center"><script language=javascript src=<%=weburl%>/admanage/ads.asp?place=0></script></td>
</tr>
</table>
</center>
</div>
</TD></TR>
<TR>
<TD width=778 background=<%=weburl%>/images/xmenu-header1.gif height=23>
<DIV style="FILTER: dropshadow(color=ffffff, offx=1, offy=1, positive=1); WIDTH: 776px; COLOR: #000000; FONT-FAMILY: 宋体; POSITION: relative; HEIGHT: 7px">
<P align=center><A href="<%=weburl%>/mclass.asp"><FONT
color=#000000>全部</FONT></A><FONT color=#000000>|</FONT><%
Set rst= Server.CreateObject("ADODB.Recordset")
rst.open "select * from type",conn,1,1
if rst.EOF then
response.write "没有栏目:"
else
do while NOT rst.EOF
%><a href="<%=weburl%>/mclass.asp?typeid=<%=rst("type")%>"><FONT
color=#000000><%=rst("type")%></FONT></A><FONT color=#000000>|</FONT><%
rst.MoveNext
loop
end if
rst.close
set rst=nothing
%><A href="special.asp" target=_blank><FONT color=#000000>影星专辑</FONT> </P></DIV></A></TD></TR></TABLE></body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -