Andreas: Checkboxen und blur() - AUWEIA!!

Beitrag lesen

Na, was hab ich denn da in SH gelesen ?

(  tecbbda.htm#a9  )

Blur() ist anwendbar auf Checkboxen ?
gut...auch mal was Neues...

Geht aber nicht (ätsch) ;-))

Folgender Primitiv-Code:

<html>
[blabla]
</head>

<body bgcolor="#FFFFFF" text="#000000">

Hallo hier kommt eine Testform
<P></P>
<P></P>

<form name="MeineForm">
   <input name="Feld" size="30" onFocus="this.form.Feld.blur()">
   <input name="Feld2" type="checkbox" onFocus="this.form.Feld2.blur()">

</form>
</body>

"Feld" geht, aber "Feld2" geht nicht.

Und das ist schlecht.
Wie gesagt, ich zitiere nur SH:
  "blur() ist anwendbar auf checkboxen."

???