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.
<td valign="top" width="426"> <iframe src="newss.html" width="426" height="173" SCROLLING="no" MARGINWIDTH=0 MARGINHEIGHT=0 FRAMEBORDER=0 VSPACE=0 HSPACE=0></iframe>
<script src="scrollbar.js"></script>
<script>
neo_image = new Array(2);
var i;
for (i=0; i < neo_image.length; i++)
{
neo_image[i] = new Image();
neo_image[i].src = 'images/';
}
neo_image[0].src += 'scroller_on.gif';
neo_image[1].src += 'button_on.gif';
function highlight(obj, dir)
{
obj.src = 'images/button_'+dir+'_on.gif';
}
function lowlight(obj, dir)
{
obj.src = 'images/button_'+dir+'_off.gif';
}
function highlight_scroll(obj)
{
obj.style.background = '#B00000';
}
function lowlight_scroll(obj)
{
obj.style.background = '#B00000';
}
</script>