Вход Регистрация
Файл: test.html
Строк: 115
<?php
<body><a href="back.jpg"/><div style="text-align:center; background: url();border-left: 1px solid #dedede;border: 1px solid #dedede; border-radius: 5px; margin-bottom: 1px;">
<
script LANGUAGE="Javascript1.2"
<!-- 
Begin 
function BrowserCheck() { 
var 
navigator.appName
if (
== "Netscape"this."NS"
else if (
== "Microsoft Internet Explorer"this."IE"
else 
this.b
this.parseInt(navigator.appVersion); 
this.NS = (this.== "NS" && this.v>=4); 
this.NS4 = (this.== "NS" && this.== 4); 
this.NS5 = (this.== "NS" && this.== 5); 
this.IE = (this.== "IE" && this.v>=4); 
this.IE4 = (navigator.userAgent.indexOf('MSIE 4')>0); 
this.IE5 = (navigator.userAgent.indexOf('MSIE 5')>0); 
if (
this.IE5 || this.NS5this.VER5 true
if (
this.IE4 || this.NS4this.VER4 true
this.OLD = (! this.VER5 && ! this.VER4) ? true false
this.min = (this.NS||this.IE); 

is = new BrowserCheck(); 
// End --> 
</script


<
div id="staticBall" style="position:relative;visibility:visible"
<
img src="images/D.gif" alt="Static ball"
</
div
</
center
<
div id="ball" style="visibility:hidden; position:absolute; left:100; top:10; height:34; width:34"
<
img src="images/D.gif" alt="Bouncing ball"
</
div

<
script language="Javascript1.2"
<!-- 
Begin 
iter 
0
setId 0
down true
up false
bouncingBall = (is.VER5) ? document.getElementById("ball").style 
: (is.NS) ? document.layers["ball"
document.all["ball"].style
stillBall = (is.VER5) ? document.getElementById("staticBall").style 
: (is.NS) ? document.layers["staticBall"] : document.all["staticBall"].style
winH = (is.NS) ? window.innerHeight 55 document.body.offsetHeight 55
document.onmouseup buttonUp
if (
is.NS4
document.captureEvents(Event.MOUSEUP); 
function 
buttonUp(e) { 
if ( ((
is.NS) ? e.which event.button) != 1) return true
if (
setId != 0clearInterval(setId); 
bouncingBall.visibility="visible"
stillBall.visibility="hidden"
bouncingBall.left = (is.NS) ? e.pageX 15 event.offsetX 15
bouncingBall.top = (is.NS) ? e.pageY 15 event.offsetY 15
iter 0
setId setInterval("generateGravity()"20); 
return 
true

function 
generateGravity() { 
if ((
parseInt(bouncingBall.top)+iter winH) && down) { 
bouncingBall.top parseInt(bouncingBall.top) + iter
iter++; 
return; 

else { 
if ((
parseInt(bouncingBall.top)< winH) && down) { 
bouncingBall.top winH 5
return; 

down false
up true
if (
iter && parseInt(bouncingBall.top) > winH) { 
clearInterval(setId); 
bouncingBall.visibility "hidden"
stillBall.visibility="visible";setId 0

if (
parseInt(bouncingBall.top) > && up && iter >= 0) { 
bouncingBall.top parseInt(bouncingBall.top) - iter
iter--; 
if (
iter%== 0iter--; 
return; 

down true
up false


// End --> 
</script>
?>
Онлайн: 1
Реклама