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.
wichtig ist nur, dass die aufgerufene Funktion/Methode keinen Rückgabewert hat.... sonst wird eine neue Seite mit diesem Rückgabewert als Adresse geladen.JS-Referenz 1.2 hat gesagt.:The javascript: protocol evaluates the expression after the colon ( : ), if there is one, and loads a page containing the string value of the expression, unless it is undefined. If the expression evaluates to undefined (by calling a void function, for example javascript:void(0)), no new page loads.
<a onclick="alert('kein Link')" style="cursor:pointer;text-decoration:underline">
<a href=\'javascript:onClick=window.open('.$pfad.$bildupload['p_upl_file'].',NewWindow,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,width='.$breite.',height='.$hoehe.')\'>
<a href=\'javascript:onClick="window.open('.$pfad.'/'.$bildupload['p_upl_file'].',NewWindow,scrollbars=yes,width='.$breite.',height='.$hoehe.')"\'>