News

Log In Sponsors
Partner Sites
Optin Email List Service




Flashing Scroll bar



Hia all I have got this script for a flashing scroll bar, but it is 17 little java scripts all in my web page code. How can I change it in to a seperate js file like the rest of my java scripts. Here is part off it but if you whant to see the whole script go to. [url:1jax34rs]http://www.johneva.2freegigs.com/[/url:1jax34rs] <!--Script to change color of scrollbar--> <script language="JavaScript"> function eightb() { with(document.body.style) { scrollbarDarkShadowColor="0000FF"; scrollbar3dLightColor="87CEFA"; scrollbarArrowColor="0084ff"; scrollbarBaseColor="0000FF"; scrollbarFaceColor="000020"; scrollbarHighlightColor="0000FF"; scrollbarShadowColor="0000FF"; scrollbarTrackColor="00008b"; } setTimeout("one()",100); } </script> <script language="javascript"> function sevenb() { with(document.body.style) { scrollbarDarkShadowColor="0000FF"; scrollbar3dLightColor="87CEFA"; scrollbarArrowColor="0084ff"; scrollbarBaseColor="0000FF"; scrollbarFaceColor="000030"; scrollbarHighlightColor="0000FF"; scrollbarShadowColor="0000FF"; scrollbarTrackColor="00007b"; } setTimeout("eightb()",100); } </script> and so on. Please help Thanx John

Click here to read the whole forum topic