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.
Ok habs geschafft aber erst mit nem anderen popup editor
<a href="#" onClick="MyWindow=window.open('http://www.flyfffansite.eu/impressum.htm','MyWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=300,height=300'); return false;">Hier_Ihren_Linktext_Einfügen!</a>
<script language="JavaScript">
<!--
//Popup-Generator von http://www.webmaster-hilfen.de
function Impressum()
{
var breite=300;
var hoehe=300;
var positionX=((screen.availWidth / 2) - breite / 2);
var positionY=((screen.availHeight / 2) - hoehe / 2);
var url='http://www.flyfffansite.eu/impressum.htm';
pop=window.open('','','toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1,width='+breite+',height='+hoehe+',top=10000,left=10000');
pop.resizeTo(breite,hoehe);
pop.moveTo(positionX,positionY);
pop.location=url;
}
//-->
</script>
<a href="http://www.flyfffansite.eu/impressum.htm" target="MyWindow" onClick="MyWindow=window.open('http://www.flyfffansite.eu/impressum.htm','MyWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=300,height=300'); return false;">Hier_Ihren_Linktext_Einfügen!</a>