Thread
:
Help, help, help...
View Single Post
Reply
Posted 2002-06-06, 07:26 PM in reply to
Sirpullido
's post
"Help, help, help..."
Ok done... problem is solved now... Thx rider 4 ur script
I got the scroll script from a friend webpage it just looked like
<BODY text=#808000 bgColor=#000000 onload=scroll();><SCRIPT language=JavaScript>
<!--
var txt="-=text to scroll=-";
function scroll()
{
window.status = txt;
txt = txt.substring(1, txt.length) + txt.charAt(0);
window.setTimeout("scroll()",150);
}
//-->
</SCRIPT>
Profile
PM
WWW
Search
Sirpullido