剧情介绍:
Top321石器时代1.90ASP网站系统
本WEB程序由TOP发布 请大家自己美化 版权所有 Top321.net
附带ASP注册程序 请建立MYODBC数据源login指向MYSQL数据库即可
数据库字段为 帐号 name密码pass
请在首页加如广告代码
把2个文件放在网站根目录下后 在index文件中 加入如下代码即可
<div id="img" style="position:absolute; width: 100; height: 100;"> <a href="http://bbs.top321.net/" target="_blank">
<img src="Top321-Logo.jpg" width=200 height="78" border="0" hight=100></a> </div>
<SCRIPT LANGUAGE="JavaScript">
<!--
var xPos = 20;
var yPos = document.body.clientHeight;
var step = 1;
var delay = 30;
var height = 0;
var Hoffset = 0;
var Woffset = 0;
var yon = 0;
var xon = 0;
var pause = true;
var interval;
img.style.top = yPos;
function changePos() {
width = document.body.clientWidth;
height = document.body.clientHeight;
Hoffset = img.offsetHeight;
Woffset = img.offsetWidth;
img.style.left = xPos + document.body.scrollLeft;
img.style.top = yPos + document.body.scrollTop;
if (yon) {
yPos = yPos + step;
}
else {
yPos = yPos - step;
}
if (yPos < 0) {
yon = 1;
yPos = 0;
}
if (yPos >= (height - Hoffset)) {
yon = 0;
yPos = (height - Hoffset);
}
if (xon) {
xPos = xPos + step;
}
else {
xPos = xPos - step;
}
if (xPos < 0) {
xon = 1;
xPos = 0;
}
if (xPos >= (width - Woffset)) {
xon = 0;
xPos = (width - Woffset);
}
}
function www_qqrr_com() {
img.visibility = "visible";
interval = setInterval('changePos()', delay);
}
www_qqrr_com();
//For more,visit:www.qqrr.com
-->
</script>