大话神仙红色宠物属性:跪求:www.160333.com用的什么网页程序!

来源:百度文库 编辑:高校问答 时间:2024/04/29 12:11:14
请问www.160333.com用的什么网页程序!
什么地方有买的!
有演示请发个演示
我谢谢了

<html>
<head>
<title>-欢迎光临 极速影院</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="/soms/web/dandong/style/style.css" type="text/css" rel=stylesheet>
<script language="javaScript" src="js/function.js"></script>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<SCRIPT LANGUAGE="javascript">
<!--
window.open ('http://www.ddcatv.com.cn/shuzigg.htm', 'newwindow', 'height=240, width=300, top=0, left=0, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no')
//写成一行
-->
</SCRIPT>
<SCRIPT>
var delta=0.015;
var collection;
var closeB=false;
function floaters() {
this.items = [];
this.addItem = function(id,x,y,content)
{
document.write('<DIV id='+id+' style="Z-INDEX: 10; POSITION: absolute; width:80px; height:60px;left:'+(typeof(x)=='string'?eval(x):x)+';top:'+(typeof(y)=='string'?eval(y):y)+'">'+content+'</DIV>');

var newItem = {};
newItem.object = document.getElementById(id);
newItem.x = x;
newItem.y = y;

this.items[this.items.length] = newItem;
}
this.play = function()
{
collection = this.items
setInterval('play()',30);
}
}
function play()
{
if(screen.width<=800 || closeB)
{
for(var i=0;i<collection.length;i++)
{
collection[i].object.style.display = 'none';