Jump to content

Wikipedia:Sandbox/Archive

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Go4it7arh (talk | contribs) at 17:34, 23 November 2007. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

<HTML> <HEAD><TITLE>My Html</TITLE> <!-- saved from url=(0030)http://www.sciencebuddies.org/ --> <!-- When this code is saved as a local file, the preceding line tells Internet Explorer to treat this file according to the security rules for the Internet zone (plus any security rules specific for the Science Buddies website). --> </HEAD> <body> <IMG ID="ball" STYLE="position: absolute; left: 200; top: 200; width: 50;" SRC="palms.bmp"> <SCRIPT LANGUAGE="JavaScript1.2"> <!-- var myBall = document.getElementById("ball"); var loc = 200; setInterval("myFunction()", 200); function myFunction() { loc += 10; // This adds 10 to the value of loc myBall.style.top = loc; // This moves the ball } // --> </SCRIPT> </BODY> </HTML>