WebMasterDiz PRESENTS:

EarthQuake in your Browser!

Home


Welcome

More scripts

Web pages tricks with Javascripts JavaScripts to enhance your web pages!
*
Scrollbars color code generator
This javascript cause a great Earthquake effect on the viewers browser and it can be configured to get this effect when visitors enter to your web page, click on a link, on mouse over (an image, text or link.), clik on a button or when they leave your web page.



The Secret scripts Menu

Main Flip the link Over Shake that Link The earthquake browser Fire Works The Link that explodes Do not Steal my web content! Change the color of the scrollbar A Directional cursor Scrolling Arrows

 



This is the Script.
Copy and between <head>and </head>section
of your html document:


To make it work ("To do what"),
you have to use the "calling script" where you want to use it.
See "How to do it".


To do what:

How to do it. (The calling script is on blue words)

HTML EXAMPLE

Instructions:

*
Enter to the page <body onLoad="tiembla(1)">
click on a link <a href="any-url" onClick="tiembla(2)">click on a link</a>
Over a link <a href="any-url" onMouseOver="tiembla(2)">Over a link</a>
over a text <span onMouseOver="tiembla(2)">over a text</span>

over an image

<span onMouseOver="tiembla(2)"><img src="name_of_image.gif"></span>

leaving the page

<body onUnload="tiembla(1)">
<form>
<input type=button onClick="tiembla(2)" value="click on a button">
</form>

<html>
<head>
<title></title>
<script language = "JavaScript1.2">
<!-- Begin
function tiembla(n) {
if (self.moveBy) {
for (z = 10; z > 0; z--) {
for (d = n; d > 0; d--) {
self.moveBy(0,z);
self.moveBy(z,0);
self.moveBy(0,-z);
self.moveBy(-z,0);
}
}
}
}

// End -->
</script>

</head>
<body>
 

</body>
</html>

The Javascript goes between the <head> and </head> tags.

When entering to a or leaving the page, the "calling script"
 goes inside the
<body HERE> tag.

The rest of them go in the <body>HERE</body> of the html document.


 

Recommend
This Site To A Friend


Links

 


Snake effects JavaScript's

Snake #1 Snake #2 Snake #3 Snake #4 Snake #5 Snake #6 Animated Wallpaper

Scripts

Tricky Scripts Tricks w/Scripts Sneaky Tricks PopUp Scripts Need Scripts? Tutorials Scripts WebMasters Clik Here

Backgrounds

Acid Backgrounds Blue Dark Backgrounds Cool Backgrounds Animated Backgrounds Real 3D backgrounds Cloud Backgrounds Brick Backgrounds

Site Optimizing Tools

Html Checker Keyword Checker Css Checker Rank Checker site Checker Link Popularity Meta tags Generator

*

Light Speed WebGraphics.
Animated Backgrounds


Disclaimer

Most scripts listed are either public domain or freeware unless otherwise stated. While most scripts are submitted to us, some have been found in public script libraries. If we are in error, please tell us and we will either remove the script or update the author data accordingly. Proof of copyright must be submitted to us. Authors may or may not be mentioned with or without link depending on author's wishes. Unless otherwise stated, all scripts are freeware and therefore free to use provided you leave any copyright message as is.

 WEBMASTERDIZ MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF THE // SOFTWARE, SCRIPTS OR ANY OTHER IN THIS WEBSITE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED // WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR // NON-INFRINGEMENT.  WEBMASTERDIZ SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY // USER AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR // ITS DERIVATIVES.

Copyright © 2004 WebMasterDiz(All graphics and scripts are owned by their authors and we don't claim their copyright but for the web page design)