- Funny JavaScript Effects in Web Browser
( 1 ) Dancing Browser :
It is a small Java Script that causes your browser move to different positions
Recommended: Internet Explorer, Mozilla Firefox web browsers
> Copy and paste the following code into your address bar
javascript:a=0;x=0;y=0;setInterval("a+=.01;x=Math.cos(a*3)*200;y= Math.sin(a*2)*2;moveBy(x,y)",2);void(0) |
Hit Enter Key…
( 2 ) Shaking Browser
( 2 ) Shaking 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) |
Hit Enter Key…
( 3 ) Your orkut account is hacked
( 3 ) Your orkut account is hacked
> Open your Web browser
javascript:function reverse() { var inp = " ! dekcah si tnuocca tukrO ruoY "; var outp="";for (i = 0; i <= inp.length; i++) { outp =inp.charAt (i) + outp;}alert(outp) ;}; reverse(); |
Hit Enter Key…
Enjoy…
Category: Miscellaneous | Requirements : Supported Browser |
0 comments:
Post a Comment