Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<form action="..." method="post">
<select name="foo" onchange="document.location.href=form.foo.options[form.foo.selectedIndex].value">
<option value="bar.html">Eintrag 1</option>
...
</select>
<noscript><input type="submit" value="Senden" /></noscript>
</form>
[COLOR=#0000BB]<select name=[COLOR=#0000FF]"foo"[/COLOR] onchange=[COLOR=#0000FF]"document.location.href=form.foo.options[form.foo.selectedIndex].value"[/COLOR]>[/COLOR]
[COLOR=#0000BB]<option value=[COLOR=#0000FF]"bar.html"[/COLOR]>[/COLOR]Eintrag 1[COLOR=#0000BB]</option>[/COLOR]