Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Empfohlene Antworten

Veröffentlicht

Folgendes Problem:

Ich habe drei DropDown Felder in meinem Formular. Je nachdem welche Auswahl in Feld 1 getroffen wird, sollen dann Feld 2 oder Feld 3 angezeigt werden. Habe das mit JavaScript auch hinbekommen, leider funktioniert's nur im IE. Im Firefox wird immer nur Feld 3 angezeigt, egal was ich auswähle.


if (Wert == 1) {

    document.getElementById("interessent").style.visibility = "visible";

    document.getElementById("kunde").style.visibility = "hidden";

    }

else {

    document.getElementById("interessent").style.visibility = "hidden";

    document.getElementById("kunde").style.visibility = "visible";

   }

Schau dir mal die JavaScript-Konsole im FF an. Vielleicht findest du da ne Fehlermeldung. Der FF legt JS wesentlich standardkonformer und strikter aus, als der IE.

Es sollte aber auch mit der visibility funktionieren. :rolleyes:

Wenn ich mich recht erinnere kennt die Mozilla-Engine kein Style-Objekt. Da kann es sein, dass die Aenderung mittels: getElementById().visibility funktioniert. Vielleicht hat sich ja auch schon zwischenzeitig geaendert.

Noch eine Anmerkung: display und visibility verhalten sich, was den Platz, den sie belegen voellig anders. Es kann also sein, das display gar nicht verwendet werden soll/kann. Sonst wuerde ich das aber immer vorziehen. Denn das funktioniert auch noch mit netscape 4.7x, der hat naemlich ein eigenes visibility.

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.