如何在网页里加播放器加在最底下的

来源:百度知道 编辑:UC知道 时间:2024/06/07 06:12:07
代码是什么,应该怎么加呢.加了之后怎么让他循环播放呢????

<title>始终在页面底部的菜单</title>
<head>
<script language="javascript">
<!--
function stat(){
var a = pageYOffset+window.innerHeight-document.bar.document.height-0
document.bar.top = a
setTimeout('stat()',2)
}
function fix(){
nome=navigator.appName
if(nome=='Netscape'){
stat()
}
else{
var a=document.body.scrollTop+document.body.clientHeight-document.all.bar.offsetHeight+0
bar.style.top = a
}}
//-->
</script>
</head>
<body onLoad="fix()" onScroll="fix()" onResize="fix()">
<span id="bar" style="position:absolute; left:68px; top:455px; width:614px; height:45px; z-index:9" >
<table border="1" hspace="1" cellpadding=&qu