help s javascriptem

From: Rybka (Rybka78@seznam.cz)
Date: 23. 06. 2000, 13:03 CEST


cau,
mam problem s nize uvedenym skriptem, potrebuju poradit jak udelam aby se 
porad neposuval text nahoru a dolu o radek kdyz text vytvoreny pomoci 
tohoto skriptu dojede na konec

<script>
/*Script developped by Felipe Bottrel Souza(felipebs@zipmail.com.br) 3/10/98*/
/*Place this in the head section of your page*/
<!--
var count=0
function play(){
msg=borba.innerText
comp=msg.length
type()
}
function type(){
if(count<=comp){
borba.innerText=msg.substring(0,count)
count++
setTimeout("type()",200)}
else{
count=0
play()
}}
//-->
</script>
<font size="+4"><b><span id="borba">
<div align="center">Produkty katedry, práce studentů</div></span> </b> </font>


diky moc

rybka



This archive was generated by hypermail 2.1.2 : 04. 09. 2001, 02:41 CEST