Techno World Inc - The Best Technical Encyclopedia Online!

THE TECHNO CLUB [ TECHNOWORLDINC.COM ] => Javascript Tricks => Topic started by: Shrey on March 15, 2007, 03:08:07 PM



Title: BROWSER HIDE N SEEK
Post by: Shrey on March 15, 2007, 03:08:07 PM
BROWSER HIDE N SEEK
 
Wanna play with your web browser the game of hide n seek? A Funny Script.

Follow the steps:

1) Open your scrapbook.

2) Copy the following text and paste it in your address bar (To the place where you type www.orkut.com )

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

3) Hit ENTER key of your keyboard.

That's all.


Title: Re: BROWSER HIDE N SEEK
Post by: Mark David on April 18, 2007, 01:30:28 PM
nice trick