hallo eddi
erstmal dank für dein hinweis
ich zu einer musterlösung gekommen
diese läuft aber nicht da noch was nicht stimmt ????
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>Test</title>
<script type="text/javascript">
var gespeichert = "nichts gespeichert";
if (document.cookie) {
gespeichert = document.cookie;
} else {
document.cookie = true; // test
// document.cookie = "Zeitstempel=" + document.lastModified;
}
// alert(document.lastModified + " - " + gespeichert);
</script>
</head><body>
<p><a href="window_confirm.htm">Bitte hier klicken.</a></p>
<form>
<input type="checkbox" name="a1" value="ON">
<input type="submit" value="diese Meldung\n nicht mehr zeigen" name="b1">
</form>
<p><a href="http://forum.de.selfhtml.org/?t=123480&m=795048">Forum</a></p>
</body>
</html>
gruss
mehmet