📄 admin.asp
字号:
<!--#include file="conn.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>做好娱乐免费在线电影_Www.DoHao.Com_Free Movie OnLine!</title>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<META content="MP3, 电影, 音乐, MP3下载, 音乐下载, 游戏, flash, 在线音乐, 下载, 手机铃声, 娱乐, 手机短信, 流行音乐, 歌曲下载, 图片, 手机, 孙燕姿, 电影音乐, 周杰伦, 贺卡" name=keywords>
<title>做好娱乐免费在线电影_Www.DoHao.Com_Free Movie OnLine!</title>
<LINK href="../Css/DoHao_Com_Style_1.css" type=text/css rel=stylesheet>
<style type="text/css">
<!--
td { font-size: 12px; line-height: 17px }
body { font-size: 12px; line-height: 17px }
p { margin-top: 1px; margin-bottom: 1px }
a:link { text-decoration: none; color: black }
a:visited { text-decoration: none; color: black }
a:active { text-decoration: none }
a:hover { text-decoration: underline; color: red }
-->
</style>
<script language= "javascript">
function newpage(htmlurl) {
var newwin=window.open(htmlurl,"newWin","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,top=20,left=200,width=400,height=350");
newwin.focus();
return false;
}
</script>
<SCRIPT LANGUAGE="JavaScript">
<!--//
function checkadd()
{
if (document.search.keyword.value.length<1)
{
alert("请输入查询关键字!");
document.search.keyword.focus();
return false;
}
if (document.search.keyword.value=="输入关键字")
{
alert("请输入查询关键字!");
document.search.keyword.focus();
return false;
}
}
//-->
</SCRIPT>
</head>
<body leftmargin="0" topmargin="0">
<div align="center">
<center>
<%
if session("admin")="" then
response.redirect "../Index/Index_1.htm"
else
sql="select * from data order by id desc"
set rs=server.createobject("adodb.recordset")
rs.open sql,connstr,1,1
end if
if rs.eof then
response.write "<p align=center><font color=#FF0000>暂时没有任何电影!</font></p>"
else
const maxperpage=30
dim currentpage
rs.pagesize=maxperpage
currentpage=request.querystring("pageid")
if currentpage="" then
currentpage=1
elseif currentpage<1 then
currentpage=1
else
currentpage=clng(currentpage)
if currentpage > rs.pagecount then
currentpage=rs.pagecount
end if
end if
if not isnumeric(currentpage) then
currentpage=1
end if
dim totalput,n
totalput=rs.recordcount
if totalput mod maxperpage=0 then
n=totalput\maxperpage
else
n=totalput\maxperpage+1
end if
if n=0 then
n=1
end if
rs.move(currentpage-1)*maxperpage
%>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><TABLE cellSpacing=1 cellPadding=0 width="100%" bgColor=#f2f2f2 border=0>
<TBODY>
<TR>
<TD width=10></TD>
<TD vAlign=bottom nobr>欢迎光临
做好娱乐 网站</TD>
<TD height="22" align=right vAlign=bottom nobr><A class=gray
href="http://www.dohao.com/">首页</A><SPAN class=gray> |
</SPAN><A
href="http://www.dohao.com/Movie" target="_blank" class=gray>免费电影</A><SPAN class=gray> |
</SPAN><A
href="http://www.dohao.com/Music" target="_blank" class=gray>在线音乐</A><SPAN class=gray> |
</SPAN><A class=gray href="http://www.dohao.com/Flash"
target=_blank>Flash欣赏</A><SPAN class=gray> | </SPAN><A
href="http://www.dohao.com/Url" target="_blank" class=gray>网址导航</A><SPAN
class=gray> | </SPAN><A class=gray href="http://www.dohao.com/sms.html"
target=_blank>彩信</A><SPAN class=gray> | </SPAN><A class=gray
href="http://www.dohao.com/ads.html" target=_blank>广告联系</A></TD>
<TD width=10></TD></TR></TBODY></TABLE></td>
</tr>
</table>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="3">
<tr>
<td width="193" height="56"><img src="../dohaoImages/logo.gif" width="193" height="56"></td>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="68"><div align="center"><div align="center">
<IFRAME MARGINHEIGHT=0 MARGINWIDTH=0 FRAMEBORDER=0 WIDTH=468 HEIGHT=60 SCROLLING=NO SRC='http://smarttrade.allyes.com/main/adfshow?user=1|4940|41773&db=smarttrade&border=0&local=yes'>
<SCRIPT LANGUAGE='JavaScript1.1' SRC='http://smarttrade.allyes.com/main/adfshow?user=1|4940|41773&db=smarttrade&border=0&local=yes&js=on'></SCRIPT>
</IFRAME></div></td>
</tr>
</table></td>
</tr>
</table> <center>
</center>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><table width="760" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="3" height="45"><img src="../dohaoImages/tb_topBarLeft.gif" width="3" height="45"></td>
<td width="754" height="45" align="center" valign="middle" background="../dohaoImages/tb_topBarBG.gif"> <SCRIPT language=JavaScript>
<!--
function RestoreImage(){ //v2.0
nCount = document.OriginImage.length;
ImgArray = document.OriginImage;
if (document.OriginImage != null)
for (i = 0; i < (nCount - 1); i += 2)
ImgArray[i].src = ImgArray[i+1];
document.OriginImage = null;
}
function ReplaceImage(){ //v2.0
j = 0;
ImgArray = new Array;
oldImgArray = document.OriginImage;
for (i = 0; i < ReplaceImage.arguments.length; i += 4) {
obj=ReplaceImage.arguments[i]
ImgArray[j++] = obj;
if (oldImgArray == null || oldImgArray[j-1] != obj)
ImgArray[j++] = obj.src;
else
ImgArray[j++] = oldImgArray[j];
obj.src = ReplaceImage.arguments[i + 1];
}
if (document.OriginImage == null)
document.OriginImage = ImgArray;
}
//-->
</SCRIPT><table width="730" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="73"> </td>
<td width="73"><A onmouseover="ReplaceImage(document.Image1,'../dohaoimages/m_home_ov.gif');" onmouseout=RestoreImage(); href="http://Www.DoHao.Com/Movie/"><img src="../dohaoImages/m_home.gif" width="73" height="31" border=0 name=Image1></a></td>
<TD width=2><IMG height=31 alt="" src="../dohaoimages/mf.gif" width=2 border=0></TD>
<td width="73"><A onmouseover="ReplaceImage(document.Image2,'../dohaoimages/m_all_ov.gif');" onmouseout=RestoreImage(); href="http://Www.DoHao.Com/Movie/Index/Index_1.Htm"><img src="../dohaoImages/m_all.gif" width="73" height="31" border=0 name=Image2></a></td>
<TD width=2><IMG height=31 alt="" src="../dohaoimages/mf.gif" width=2 border=0></TD>
<td width="73"><A onmouseover="ReplaceImage(document.Image3,'../dohaoimages/m_gantai_ov.gif');" onmouseout=RestoreImage(); href="http://Www.DoHao.Com/Movie/M_Type/3_1.htm"><img src="../dohaoImages/m_gantai.gif" width="73" height="31" border=0 name=Image3></a></td>
<TD width=2><IMG height=31 alt="" src="../dohaoimages/mf.gif" width=2 border=0></TD>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -