Hallo,
Beim verwenden von eingebetteten Ereignissen (Event-Handler) muss die zu verwendende Scriptsprache in einen Meta-Tag
(z.B. <meta http-equiv="Content-Script-Type" content="text/javascript">)
oder im HTTP-Header (Content-Script-Type: text/javascript) mitgeteilt werdenWär mir neu dass man das machen muss
Muss man eigentlich schon immer.
http://www.w3.org/TR/html401/interact/scripts.html#h-18.2.2.1
»Documents that do not specify default scripting language information and that contain elements that specify an intrinsic event script are incorrect. User agents may still attempt to interpret incorrectly specified scripts but are not required to.«
Mathias