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 type="text/javascript">
window.open("http://google.de", "Google", "width=300,height=400,left=100,top=200");
</script>
<html><head><title>Titel</title>
<script type="text/javascript">
function FensterOeffnen (Adresse) {
MeinFenster = window.open(Adresse, "Zweitfenster", "width=450,height=1500", "scrollbars=yes");
MeinFenster.focus();
}
</script>
</head><body>
<p><a href="Test.htm" onclick="FensterOeffnen(this.href); return false"><img src="Test.jpg"</a></p>
</body></html>