Saturday 12 May 2012

SHAKE YOUR BROWSER


Tip#7 : Shake The Internet Explorer:-

1.Open the internet explorer
2.Copy and paste the following code in the URL bar
   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)
3.After copying in the URL check whether "javascript" is present at the begining of URL.And press Enter.See what happens.

No comments:

Post a Comment