moin moin,
nach ewigem erfolglosem Stöbern muss ich nun doch mal das Wissen des Forums anzapfen:
Ich brauche eine Auswahlliste
[HTML]
„Eintrag 1“
„Eintrag 2“
„Eintrag 3“
Bin für Hilfe sehr dankbar
moin moin,
nach ewigem erfolglosem Stöbern muss ich nun doch mal das Wissen des Forums anzapfen:
Ich brauche eine Auswahlliste
[HTML]
„Eintrag 1“
„Eintrag 2“
„Eintrag 3“
Bin für Hilfe sehr dankbar
In etwa so:
[code]
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>New</title>
<script type="text/javascript">
function formHandler(node)
{
document.getElementById(‚textfeld‘).value =
node.options[node.selectedIndex].text;
}
</script>
</head>
<body>
<form id="form1" name="form1" method="post" action="">
„Eintrag 1“
„Eintrag 2“
„Eintrag 3“
</body>
[/code]
[Erledigt]
Funzt einwandfrei !
Danke sehr