<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<SCRIPT >
// for videosearch
function submitOnReturn (event)
{
if( event.keyCode == 13 )
{
return checkSubmit();
}
}
function checkSubmit(){
if (document.getElementById("TextRight").value.replace("\n","").replace("\r","") !="" &&
document.getElementById("TextRight").value.indexOf("dreall") == -1
)
{
if (document.getElementById("TextRight").value.length<0){
document.getElementById("TextRight").value = "新闻联播";
}
document.videoSearchForm.action="tvsearch.jsp";
document.videoSearchForm.submit();
return true;
}
else
{
document.videoSearchForm.TextRight.focus();
return false;
}
}
function getMore(){
// alert(document.getElementById("mstitle").innerText);
document.getElementById("TextRight").value=document.getElementById("mstitle").innerText;
document.videoSearchForm.action="tvsearch.jsp";
document.videoSearchForm.submit();
document.getElementById("TextRight").value = "";
}
var isPlayOver = false;
</SCRIPT>
<meta http-equiv="Content-Type" content="text/html; charset=GBK" />
<title>卖拐</title>
<link href="/video/images/cctvplayPage.css" rel="stylesheet" type="text/css" />
<script language="JavaScript" src="/video/js/cctv_playPage.js"></script>
<script language="JavaScript" src="/video/js/cctvls.js"></script>
<script>
window.title="OpenvPlayer"; //for my favorites
</script>
</head>
<body>
<div class="faterLayer">
<div class="childLayer" id="wait" style="display:block;"><img src="/video/images/wait.jpg" width="320" height="243" /></div>
</div>
<div class="header">
<div class="header_sea">
<FORM name="videoSearchForm" method=GET target="_blank" action="http://vsearch.cctv.com/tvsearch.jsp" height="20">
<table width="30%" height="0" border="0" align="right" cellpadding="0" cellspacing="0">
<tr>
<td width="24"><img src="/video/images/1.jpg" alt="" width="24" height="23" /></td>
<td width="40" background="/video/images/2.jpg"><input name="q" id="TextRight" type="text" class="textArea_css" value="请输入查询词" onclick="this.value=''"/></td>
<td width="12"><img src="/video/images/3.jpg" alt="" width="12" height="23" /></td>
<td width="80"><img src="/video/images/sear_btn.jpg" alt="" width="76" height="23" border="0" onclick="return checkSubmit();" style="cursor:hand"/></td>
比如说源代码是这样的,怎么下载? |