Cheatah: Optionsgruppe auf nein aktiviert

Beitrag lesen

Hi,

Habe ein Bestellformular mit 2 Optionsfelder:

redest Du von HTML?

möchte erreichen das beide Felder anfangs deaktiviert sein sollen.

[...]

Möchte weder das zuerst ja aktiviert ist bzw. nein aktiviert sein.

http://www.w3.org/TR/html401/interact/forms.html#radio:

"""
radio buttons
[...] Note. Since existing implementations handle this case differently, the current specification differs from RFC 1866 ([RFC1866] section 8.1.2.4), which states:

At all times, exactly one of the radio buttons in a set is checked. If none of the <INPUT> elements of a set of radio buttons specifies `CHECKED', then the user agent must check the first radio button of the set initially.

Since user agent behavior differs, authors should ensure that in each set of radio buttons that one is initially "on".
"""

Dein Wunsch entspricht also genau dem Gegenteil dessen, was gemacht werden sollte oder gar muss.

Cheatah

--
X-Will-Answer-Email: No
X-Please-Search-Archive-First: Absolutely Yes