hi,
Woraum liegt's?
das einzige, was die javascript-konsole meines opera zu bemängeln hat, ist die überflüssige letzte geschweifte klammer:
if (when > jetzt) {
document.write(when)
} else {
document.write(jetzt)
}}
wenn ich die entferne, läuft es:
if (when > jetzt) {
document.write(when)
} else {
document.write(jetzt)
}
gruß,
wahsaga
--
"Look, that's why there's rules, understand? So that you _think_ before you break 'em."
"Look, that's why there's rules, understand? So that you _think_ before you break 'em."