标题:图
作者:醉老
时间:7/3 10:32
function runEx(){var winEx = window.open(\'\', \'\', \'resizable,scrollbars\'); winEx.document.open(\'text/html\', \'replace\');winEx.document.write(unescape(event.srcElement.parentElement.children[2].value));}HTML代码如下:
<!--
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 >= (wid ..
下页
回复本帖|发新话题
回复列表 (4)
#1 这是什么图?
[ALLEN 7/3 12:27]
#2 什么图呀,看也看不懂!!!
[枫儿 7/3 20:05]
#3 也不先说说是什么?
[ALLEN 7/3 21:33]
#4 什么呀,看不懂。
[戴那克 7/3 22:09]
<<下一主题
>>上一主题
返回版块