var pos=1 var text=prompt('TтхфшЄх ётющ ЄхъёЄ!','TтхфшЄх ётющ
ЄхъёЄ!')
function scrollln() { document.running.text.value=text.substring(0,pos)
if(pos>=text.length) { pos=1 window.setTimeout("scrollOut()",300) }
else { pos++ window.setTimeout("scrollln()",50) } }
function scrollOut() { document.running.text.value=text.substring(pos,text.length)
if(pos>=text.length) { pos=1 window.setTimeout("scrollln()",100) } else { pos++
window.setTimeout("scrollOut()",50) } }
This page uses frames, but your browser doesn't support them.