hallo,
ich habe mir mit javascript ein Datum gebastelt, das funktioniert wunderbar. Nur will ich Mr. Perfekt sein :-) und keine Fehler auf der Seite haben. Beim validieren bekomme ich den Fehler. Und die Fehlerbeschreibung kapiere ich auch nicht so.
ce="Century Gothic" size="8"><SCRIPT>document.writ(Tag);</SCRIPT></font></…
Ich habe auch sowas <SCRIPT type="text/javascript">
ausprobiert, hat aber nichts geholfen.
Folgender Fehler kommt immer:
Line 38, Column 116: element "SCRIPT" undefined
ce="Century Gothic" size="8"><SCRIPT>document.write(Tag);</SCRIPT></font></…
You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by:
incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).
Könnt Ihr mir bitte weiter helfen? Vielen Dank
kleiner hobbit