Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature currently requires accessing the site using the built-in Safari browser.
<html>
<head>
<script>
var newWin = window.open("codes.htm", "Fenster1");
</script>
</head>
<body>
<form name= "Form1">
<input type= "text" name= "Input1">
</form>
</body>
</html>
<html>
<head>
<script>
opener.document.Form1.Input1.value = "TEST";
</script>
</head>
<body>
</body>
</html>