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.
<option name="1">script1</option>
<option name="2">script2</option>
<option name="3">script3</option>
<option name="4">usw ...</option>
<script type="javascript">
if(document.forms.1==true){
... .... ...
dein script
... .... ...
;}
if(document.forms.2==true){
...
...
...;
}
</script>
var gewaehlt = document.getElementById('id_des_selects').selectedIndex;