Markus: Optionsgruppe auf nein aktiviert

Hi Leute

Habe ein Bestellformular mit 2 Optionsfelder:

O ja       0 nein

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

wird in eine Datenbank mit Wert = true (für ja) und Wert = false (für nein) übertragen.

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

von mir aus könnte es zb. im hintergrund auf nein sein od keinen wert haben.

wie könnte ich das realisieren?

Danke im voraus

MFG
Markus

  1. hi,

    Habe ein Bestellformular mit 2 Optionsfelder:

    O ja       0 nein

    also radio buttons?

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

    sind sie doch, so lange du es nicht anders festlegst.

    wo liegt dein problem?

    gruss,
    wahsaga

  2. 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