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.

Button Area auf nicht aktiv schalten

Empfohlene Antworten

Veröffentlicht

Hallo Leute,

ich habe ein fieldset in dem verschieden pull-down menüs sind. nun möchte ich das dieses fieldset irgendwie nicht volldargestellt wird, sondern als ob es nicht aktiv wäre. das es erst aktiv wird wenn man einen hakren anklickt.ist dies möglich?? wenn ja, wie??

na das würde mir vielleicht schon weiter helfen


<!doctype html public "-//W3C//DTD HTML 4.0 //EN">
<html>
<head>
<title>Title here!</title>

<script type="text/javascript">
function doSmthng(sender) {
var state = !sender.checked;
var liste = document.forms['myForm'].elements;
var anz = liste.length;

for (i = 0; i < anz; i++) {
if (sender != liste[i]) {
liste[i].disabled = state;
}
}
}
</script>
</head>
<body>
<form name="myForm">
<input type="checkbox" onClick="doSmthng(this)" /><p/>
<input type="text" disabled="disabled" /><br/>
<input type="submit" disabled="disabled" /><br/>
<select size="0" disabled="disabled">
<option>1</option>
<option>2</option>
</select>
</form>
</body>
</html>[/PHP]

vielen dank für deine hilfe...das mit dem disabled hat mir sehr geholfen....auch noch vielen dank das du mir gleich ein script dazu geschrieben hast!!

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

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.