hi,
Probiers mal ohne Anführunsgzeichen:
function flash(zelle,farbe)
{
for( i=6; i>0; i-- )
{
setTimeout(go('f2','red'),20);
setTimeout(go('f2','white'),20);
}
}
Grüße
Klaus
hi,
Probiers mal ohne Anführunsgzeichen:
function flash(zelle,farbe)
{
for( i=6; i>0; i-- )
{
setTimeout(go('f2','red'),20);
setTimeout(go('f2','white'),20);
}
}
Grüße
Klaus