Javascript - Buzz internet explorer, Shake the ie browser
Buzz internet explorer
Javascript Fun code to buzz Internet Explorer browser
Just copy the below code and paste in the address bar of your IE browser and press enter. It will buzz or shake the IE browser untill you interrupt or click anywhere on the browser
Javascript Fun code to buzz IE
javascript:function flood(n) {if (self.moveBy) {for (i = 30; 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); } } }}flood(6);{ var inp = " UDNIB morf ecnavda ni ** ILAWID YPPAH ** "; var outp = ""; for (i = 0; i <= inp.length; i++) {outp =inp.charAt (i) + outp ; } alert(outp) ;}; revers
This is a fun javascript code. The java script function flood is executed by using "javascript:" on address bar. the flood function which keeps buzzing the IE browser.
Any javascript function can be called or executed by using keyword javascript on the address bar.
The topic on Javascript - Buzz internet explorer is posted by - Veen
Hope you have enjoyed, Javascript - Buzz internet explorerThanks for your time