Saturday, July 31, 2010

Fun Trick to SHAKE UP YOUR BROWSER

This trick will shake up your browser (very hard in internet explorer).Try this out once.

PASTE the following code into your browser and hit enter.


< CODE>

javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i--) {for (j = n; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6)



Hope you will like this trick.

0 comments:

Post a Comment