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.
a = deinEingabetextfeld.text;
b = a;
_root.VARS= new LoadVars ();
_root.VARSpath = "http://www.XXX/VARS.php?a="+ a+ "&b="+b+"&datum=" + new Date ().getTime ();
_root.VARS.sendAndLoad (_root.VARSpath, _root.VARS, "POST");
_root.VARS.onLoad = function () {
xxx ();
};