Hallo Frank,
Der Doctype fehlt.
<html>
<head>
<title>Countdown</title>
<SCRIPT>
Das type-Attribut fehlt.
var diffMonths=-1, diffDays=-1, diffHours=-1, diffMins=-1
var compDat = new Date(document.frmcountdown.hdd_countdown.value=hdd_countdown",11:59:59"))
Wenn Du hier hin kommst, existiert weder ein Formularfeld document.frmcountdown.hdd_countdown, noch eine Variable hdd_countdown. Ausserdem gehört das Anführungszeichen hinter das Komma.
Generell sollte man Anweisungen übrigens mit einem Semikolon abschliessen.
[...]
<form method="post" name="frmcountdown">
Hier fehlt das action-Attribut.
<input type="button" value="senden">
Dieser Button macht gar nichts.
Grüße
Andreas
--
As Einstein once said during a Thanksgiving food fight, "It's all relatives."
As Einstein once said during a Thanksgiving food fight, "It's all relatives."