Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
<script type="text/javascript" language="JavaScript1.1">
<!--
function close_n_reload() {
self.close();
opener.location.reload();
return true;
}
//-->
</ script>
<form action="..." name="..." onSubmit="close_n_reload();">
// hier dann deine diversen Formularfelder
</form>
<a href="#" onclick=window.open("/entry.php","entry","height=400,width=400,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,scrolling=0")>Eintragen</a>
<html>
<head>
<title></title>
<script type="text/javascript" language="JavaScript1.1">
<!--
function close_n_reload() {
self.close();
opener.location.reload();
return true;
}
//-->
</script>
<link rel="stylesheet" type="text/css" href="/css.css">
</head>
<body>
<form action=/submit.php name=eintrag METHOD=POST>
<textarea name="entry" cols="40" rows="17" WRAP="soft"></textarea>
<input type="submit" value="Submit" onSubmit="close_n_reload();">
</form>
</body>
</html>