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.
<script language="JavaScript">
function abgleich() {
document.test.file.value = document.grund.upfile-g.value;
}
</script>
<form action="wohin.php" method="POST">
<select name="server">
<option value="(link zum sever1)" selected>Server1</option>
<option value="(link zum sever2)">Server2</option>
etc...
</select>
<input type="submit" name="submit" value="Abschicken">
</form>
<form action="<?php echo $_POST['server']; ?>" ...