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> Clock </title></head>
<body bgcolor="white">
<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
codebase="http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0"
width="250" height="200">
<param name="type" value="application/x-java-applet;version=1.3">
<param name="codebase" value=".">
<param name="code" value="Zaehler.class">
<param name="bgcolor" value="FFFFFF">
<param name="titel" value="Hier wird ohne Startwert gezählt.">
<comment>
<embed pluginspage="http://java.sun.com/products/plugin/1.3/plugin-install.html"
type="application/x-java-applet;version=1.3"
codebase="."
code="Zaehler.class"
width="250" height="200"
bgcolor="FFFFFF">
<noembed>
</comment>
No Java Plug-in ?
</noembed>
</embed>
</object>
<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
codebase="http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0"
width="250" height="200">
<param name="type" value="application/x-java-applet;version=1.3">
<param name="codebase" value=".">
<param name="code" value="Zaehler.class">
<param name="bgcolor" value="FFFFFF">
<param name="titel" value="Hier wird ab 20 gezählt.">
<param name="startwert" value="20">
<comment>
<embed pluginspage="http://java.sun.com/products/plugin/1.3/plugin-install.html"
type="application/x-java-applet;version=1.3"
codebase="."
code="Zaehler.class"
width="250" height="200"
bgcolor="FFFFFF">
<noembed>
</comment>
No Java Plug-in ?
</noembed>
</embed>
</object>
</body>
</html>