|
|
Shake your browser - Javascript
|
Views : 785
|
|
Tagged in : Javascript
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
Shake your browser - Funny Javascript Code
Here is the code which will shake the browser.
Just Copy and paste below code to the address bar of your browser
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)
Press enter and watch your window's "shaking it".
You can change the value of i if you wish. 
|
|
By Sanju, On - 2010-01-27 |
|
|
|