Disneyland 1972 Love the old s

-o0 JAVASCRIPT TRICKS0o-
Cool javascript tricks for you to try...credits to the discoverer

LORD OF THE WEB
This code lets you edit anypage/website in real-time .
With Firefox, you can evenedit and save the modified pages to your computer. Very
nifty code!

THE BIG WHEEL
This piece of code pulls off all the images from your web page and rotates them in a
circle. Really makes any page go naked (without its images)
. The best place to test is a website with many images.(Google Images for an
example)

If you look carefully in the above code, its rotating the HTML “img” tag. Just replace it with “a” or “p” and watch some links or text rotate instead of images.


TREMORS
Your browser will be very afraid of this code If the code below doesn ’t seem to work, please replace > with > and <with <


THE CALCULATOR
In case you are not in a mood to use the standard windows
calculator and want your browser to do the dirty job for you, use this code.
You can change the numbers according to your choice and also try creative complex
equations. Just put your arithmetic into javascript: alert( );

FINDING SPOOF WEBSITES There are times when you are
not sure that the website that
you are visiting is authentic.
Use this code whenever in
doubt :-