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.
if ( (top.opener) && (!top.opener.closed) ) { top.opener.window.focus();}
top.window.blur()
function popup()
{
open("","","")
if ( (top.opener) && (!top.opener.closed) ) { top.opener.window.focus();}
top.window.blur()
}
[b]<!--Dateiname:index.html-->[/b]
<html>
<head>
<title>Untitled</title>
<script language="JavaScript1.2">
function po_up()
{
window.open('imhintergrund.html','x','width=400,height=300');
}
</script>
</head>
<body onload="po_up();">
sdafsdfasdf
</body>
</html>
[b]<!--Dateiname:imhintergrund.html-->[/b]
<html>
<head>
<title>Untitled</title>
<script language="JavaScript1.2">
function no_vis() {
if ( (top.opener) && (!top.opener.closed) ) { top.opener.window.focus();}
top.window.blur()
}
</script>
</head>
<body onload="no_vis();">
Versteckte Site im PopUp
</body>
</html>