SHAKE UR BROWSER!!! COOL TRICK


(Guest)

How about shaking the internet browser window?

Found a cool Javascriptt trick for you to try. Paste the codes below in your internet browser address bar, press enter and bang!

javascriptt: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)

A good way to scare your non-tech savvy colleagues out eh? :mrgreen:

The trick mentioned above have been tested with Internet Explorer.