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.
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<?
$Text =" Das ist ein Test ";
echo "$Text";
?>
<body>
</body>
</html>
LoadVariables ("Text.php",0);
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<?php
$text_1 =" Das ist ein Test ";
$text_2 = " Das ist der Zweite Test";
?>text_1=<?php echo $text_1;
?>&text_2=<?php echo $text_2;
?>
<body>
</body>
</html>
LoadVariables ("Text.php","");//gib hier aber Ziel und nicht Stufe an
loadVariables("text.php",_root.instantz);