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.

Drop-down-Menu

Empfohlene Antworten

Veröffentlicht

Hallo, ich habe eine Frage:

ich habe ein folgendes Pull-down Menu mit 3 Einträgen:

<BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Zitat:</font><HR>

<select name="" size="1">

<option>Info

<option>Kontakt

<option>Bedingungen

</select></td>


<select name="" size="1">

<option value="ziel1.html">Info 

<option value="ziel2.html">Kontakt

<option value="ziel3.html">Bedingungen

</select>

Probier es mal. Sollte eigentlich klappen.

Hallo, ich hatte vorhin schon was per Email rübergeschickt, hier noch was das geht auch und ist kürzer!

 <html>

<head>

<title>???????</title>

<meta name="author" content="Standard">

<meta name="generator" content="Ulli Meybohms HTML EDITOR">

<script language="JavaScript">

<!-- Verstecken für ältere Browser --

 function surfto(form) {

        var myindex=form.select1.selectedIndex

        if (form.select1.options[myindex].value != "0") {

                location=form.select1.options[myindex].value;}

}

// Ende Verstecken -->

</SCRIPT>


</head>

<body text="#000000" bgcolor="#FFFFFF" link="#FF0000" alink="#FF0000" vlink="#FF0000">

<FORM NAME="form1">

  <SELECT NAME="select1" onChange="surfto(this.form)" SIZE=1>

    <OPTION SELECTED VALUE="0">  ----- Wählen Sie aus:  -----

    <OPTION VALUE="URL#1">URL#1 Beschreibung

    <OPTION VALUE="URL#2">URL#2 Beschreibung

    <OPTION VALUE="URL#3">URL#3 Beschreibung

    <OPTION VALUE="URL#4">URL#4 Beschreibung

  </SELECT>

</FORM>

</body>

</html> 

vielleicht konnte ich Dir helfen!

Gruß Chucky

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.