Closed Thread Icon

Preserved Topic: Whats wrong with this? (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=18206" title="Pages that link to Preserved Topic: Whats wrong with this? (Page 1 of 1)" rel="nofollow" >Preserved Topic: Whats wrong with this? <span class="small">(Page 1 of 1)</span>\

 
Hebedee
Paranoid (IV) Inmate

From: Maryland, USA
Insane since: Jan 2001

posted posted 07-12-2001 15:59
code:
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<script>
document.onLoad=startBall();
function startBall() {
layerstart = "document.getElementById('";
layerleft = ".left";
layertop = ".top";
layerstyle = "').style";
eval(layerstart+"ball"+layerstyle+".visibility = 'visible'");
for (h=0; h < 582940750932476509437560947509; h++) { MoveBall();
var toppos
toppos=ball.style.top;
} }
function MoveBall() {
if(toppos < 800) {
toppos=ball.top;
toppos=++toppos
}
else {
toppos=50
}
}
</script>
<style>
#ball {width:50; position:absolute; top:50; left:40; }
</style>

</HEAD>
<BODY>
<DIV ID="ball">
<IMG SRC="ball.gif" WIDTH=30 HEIGHT=30 BORDER=0>
</DIV>
</BODY>
</HTML>

The purpose of that piece is to get a ball to move down between 1 and 800 pixels and when it reaches 800 it should reset the ball to 50, but I keep getting errors that I don't know how to fix.

InI
Paranoid (IV) Mad Scientist

From: Somewhere over the rainbow
Insane since: Mar 2001

posted posted 07-12-2001 16:27

The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.

InI
Paranoid (IV) Mad Scientist

From: Somewhere over the rainbow
Insane since: Mar 2001

posted posted 07-12-2001 16:51

The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.

« BackwardsOnwards »

Show Forum Drop Down Menu