hey i used this code...but what comes out is "error on page" lolx
can someone help me on this? tnx
[b]btw dis s my code:[/b]
[quote]<script type="text/javascript" src="http://h1.ripway.com/ethan17/scrollbar.js"></script>[/quote]
[u][b]and the script:[/b][/u]
[quote]<!-- //
message = "I said I wasn’t gonna lose my head, but then ^" +
"POP! Goes my heart^" +
"I wasn’t gonna fall in love again, but then^" +
"POP! Goes my heart.^"
scrollSpeed = 25
lineDelay = 1500
txt = ""
function scrollText(pos) {
if (message.charAt(pos) != '^') {
txt = txt + message.charAt(pos)
status = txt
pauze = scrollSpeed
}
else {
pauze = lineDelay
txt = ""
if (pos == message.length-1) pos = -1
}
pos++
setTimeout("scrollText('"+pos+"')",pauze)
}
// Unhide -->
scrollText(0)[/quote]
my friendster URL: [u][b]
www.friendster.com/13189397 [/b][/u]