[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]
[/quote]
proceed here.. http://theftalk.com/t3716-Replace-Script.html
[b]@bj_brat[/b]..
your script look weird..only dat?
Last edited by eykalsyamim (2007-06-09 03:28:35)
Last edited by xavierkym (2007-06-16 06:31:56)