How To Move Your Internet Browser Up,Down,Right,Left Using Javas

Tags:
Internet Browser Tricks
devilrkdf
  • By: devilrkdf
  • Subscribers: 0
  • Updated: 24-Jul-07
  • Videos: 3
  • International International
  • Comments: 0
  • Views: 629
  • Added: 23-May-07

This will show you how to move Up,Down,Right,Left your Internet
Browser.

The javascript code is:-
javascript:a=0;x=0;y=0;setInterval("a+=.01;x=Math.cos(a*3)*2;y=Math.sin(a*2)*2;moveBy(x,y)",2);void(0)

Step by step procedure:-
1. Open web browser
2. Type any URL on the address bar of the browser.This
will open site.
3. Copy & paste the given javascript to the address bar
4. Press Enter key or click go.
5. You will see Your internet browser moves UP,Down,Left,Right.
6. To end this refresh the page.

Note :- Remove the hypen from the javascript before pasting it
to the address bar of the browser.

  1. Categories: How To, Science & Tech
  2. Related Link: Internet Browser Tricks
Comments on

How To Move Your Internet Browser Up,Down,Right,Left Using Javas

0 Comments | Be the first to comment