Husam Homepage
this script make an earthquake when you click at the button
copy the code and put it between <body> </body>
<script language="JavaScript1.2"> <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com --> <!-- Begin function shake(n) { if (self.moveBy) { for (i = 10; i > 0; i--) { for (j = n; j > 0; j--) { self.moveBy(0,i); self.moveBy(i,0); self.moveBy(0,-i); self.moveBy(-i,0); } } } } // End --> </script> <form> <p align="center"><input type="button" value="click here" onclick="shake(2)"> </p> </form> <p align="center"><a href="http://www.husam2000.8k.com/"><font color="#FF00FF" size="4"><strong>Husam Homepage</strong></font></a></p>
Back