?? index.asp
字號:
<!--#include file="conn.asp"-->
<html>
<head>
<title>cctv5直播|cctv5在線直播|cctv5現(xiàn)場直播|cctv5網(wǎng)上直播|cctv5比賽直播|cctv5現(xiàn)場直播|cctv5直播|體育直播網(wǎng)</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="description" content="體育直播網(wǎng)提供cctv5直播,cctv5在線直播,cctv5現(xiàn)場直播,cctv5網(wǎng)上直播,cctv5比賽直播,cctv5現(xiàn)場直播,cctv5直播,cctv5在線直播等cctv5比賽直播">
<meta name="Keywords" content="cctv5直播,cctv5在線直播,cctv5現(xiàn)場直播,cctv5比賽直播,cctv5現(xiàn)場直播,cctv5網(wǎng)上直播,cctv5直播,cctv5在線直播cctv5比賽直播,2006多哈亞運會直播">
<meta name=="Author" content="cctv5直播,cctv5在線直播,cctv5現(xiàn)場直播,cctv5比賽直播,cctv5現(xiàn)場直播,cctv5網(wǎng)上直播,cctv5直播,cctv5在線直播,cctv5比賽直播,多哈2006,2006亞運會在線直播">
<link rel="stylesheet" type="text/css" href="club.css">
<style>
<!--
.x:link { color: white; text-decoration: none }
.x:visited { color: white; text-decoration: none }
.x:active { color: red; text-decoration: none }
.x:hover { color: red;text-decoration:nome}
tr { font-size: 9pt }
td { font-size: 9pt }
body {
font-size: 9pt;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image: url(images/index.gif);
}
a:link { color: #006633; text-decoration: none }
a:visited { color: #006633; text-decoration: none }
a:active { color: red; text-decoration: none }
a:hover { color: red; text-decoration: none }
.style1 {
color: #006633;
font-weight: bold;
}
.style4 {color: #ABC48C}
.style5 {
color: #FF0000;
font-weight: bold;
}
.STYLE6 {
color: #F7A608;
font-weight: bold;
font-size: 18px;
}
.STYLE7 {
color: #007D31;
font-weight: bold;
font-size: 18px;
}
.STYLE9 {font-size: 10}
.STYLE17 {font-size: 10pt; font-weight: bold; }
.STYLE19 {color: #008040; font-size: 10pt; }
.STYLE21 {color: #006600; font-size: 10pt; }
.STYLE26 {
color: #00ff00;
font-weight: bold;
}
.STYLE27 {
color: #000000;
font-weight: bold;
}
.STYLE32 {
font-size: 14px;
font-weight: bold;
}
.STYLE35 {
font-size: 13px;
color: #FF0000;
}
-->
</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=370");
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>
<div align="center">
<center>
<% list=request("list")
if list="top" then
sql="select * from data where yesno='1' order by hits desc"
else
keyword=trim(request("keyword"))
if keyword="" then
theitem=request("item")
if theitem="" then
sql="select * from data where yesno='1' order by id desc"
else
sql="select * from data where item='"&theitem&"' and yesno='1' order by id desc"
end if
else
sql="select * from data WHERE (name Like '%"& keyword &"%' or item Like '%"& keyword &"%') and yesno='1' order by id desc"
end if
end if
set rs=server.createobject("adodb.recordset")
rs.open sql,connstr,1,1
if rs.eof then
response.write "<p align=center><font color=#FF0000>暫時沒有任何視頻!</font></p>"
else
const maxperpage=50
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
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -