Friday, 19-Apr-2024, 6:56 PM


Main
Sign Up
Login
Wains Organization Welcome Guest | RSS  
Menu

Section categories
Javascripts [45]
Awesome javascripts codes..
HTML scripts [21]
HTML scripts you never seen before...

Information


Please Login Or Register to see all info
Name : Guest
Username : Guest
IP Address : 3.133.119.66
Group : Guests
Browser :

<..........................>
Current date : 19-Apr-2024
Current day : Friday

Get Updates

New Downloads
[ Games/Torrents ]
[ Games/Torrents ]
[ Softwares ]
demo image         
jQuery Book - 1.2-V1 (0)
[ Games/Torrents ]

Statistics

Total online: 1
Guests: 1
Users: 0

Main » Articles » Javascripts

Cool browser effect
Code

<!-- this script got from www.wainsorg.ucoz.com coded by: AlexWains-->
<!-- Start of Browser Shake JavaScript -->
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">

<script>
function drop(n) {
if(self.moveBy){
self.moveBy (0,-900);
for(i = n; i > 0; i--){
self.moveBy(0,3);
}
for(j = 8; j > 0; j--){
self.moveBy(0,j);
self.moveBy(j,0);
self.moveBy(0,-j);
self.moveBy(-j,0);
}
}

}
</script>
<SCRIPT language="JavaScript">

<!--

var TrackRed= 0x00; //(RED) Replace the values after '0x' with the
var TrackGreen= 0x00; //(GREEN) two-letter/number hexadecimal color codes
var TrackBlue= 0x00; //(BLUE) in the BODY tag (after bgcolor=).

function FadeTo(steps,red,green,blue)  
{
  for (var i = 0; i <= steps; i++)  
  {
  var endpart = i/steps;
  var startpart = 1 - endpart;
  document.bgColor =  
  Math.floor(TrackRed * startpart + red * endpart)*256*256 +
  Math.floor(TrackGreen * startpart + green * endpart)*256 +
  Math.floor(TrackBlue * startpart + blue * endpart);
  }
  TrackRed=red; TrackGreen=green; TrackBlue=blue;

}

//-->

</SCRIPT>

<STYLE TYPE="text/css">
<!--
A {text-decoration:none;}
A:hover {color:silver;}
//-->
</STYLE>

</head>
<body bgcolor="black" text="silver" link="silver"
vlink="silver" alink="silver" onload="drop(300); FadeTo(50,0xFF,0xFF,0xFF);">



<font face="Tahoma"><a target="_blank" href="http://www.wainsorg.ucoz.com"><span style="font-size: 8pt; text-decoration: none">JavaScript Free Code</span></a></font>

Preview:
Is not available!.
Category: Javascripts | Added by: Alex (14-Feb-2013) | Author: Ali Ameen Wains E W
Views: 1384 | Tags: Cool browser effect, Codes, by Ali Ameen Wains, javascripts | Rating: 5.0/1
Total comments: 0
Only registered users can add comments.
[ Sign Up | Login ]
Search

Extras

Partners
Add your website

New Scripts
[ HTML scripts ]
[ Javascripts ]
[18-Apr-2013]
Random Link (0)
[ HTML scripts ]
[14-Mar-2013]
Alignments (0)
[ HTML scripts ]
[14-Mar-2013]
Table with Color effect (0)
[ HTML scripts ]
[14-Mar-2013]
Line Divider (1)

New Blogs
[ Custom Script ]
[ How? ]
[ How? ]
[ How? ]

Our poll
How would you rate your knowledge in uCoz?

Copyright Wains Org. © 2024Powered by uCoz / Customization by Ali Ameen Wains / About AdminPrivacy Policy