function slide()
»» {
»»
»» alert
if (bar.style.color = "white")
{
bar.style.color = "blue"
setTimeout("slide()",1000)
}
else
{
bar.style.color = "white"
setTimeout("slide()",1000)
}
»»
»» }
Hallo Fabian,
Ich weiss nicht, ob Dein Rechner nur bei COPY & PASTE geschludert hat, oder ob das "alert" tatsaechlich so einsam dasteht.
Ich hab deswegen extra nochmal unter <../../tecb.htm#a18> nachgeschaut und da steht alert(). Vielleicht ist das schon die Ursache.
Michael N.