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.
var $j = jQuery.noConflict();
/*
* Thickbox 3.1 - One Box To Rule Them All.
* By Cody Lindley (http://www.codylindley.com)
* Copyright (c) 2007 cody lindley
* Licensed under the MIT License: http://www.opensource.org/licenses/mit-license.php
*/
var tb_pathToImage = "loadingAnimation.gif";
/*!! edit below this line at your own risk !!*/
//on page load call tb_init
$(document).ready(function(){
tb_init('a.thickbox, area.thickbox, input.thickbox');//pass where to apply thickbox
imgLoader = new Image();// preload image
imgLoader.src = tb_pathToImage;
});
/*
* Thickbox 3.1 - One Box To Rule Them All.
* By Cody Lindley (http://www.codylindley.com)
* Copyright (c) 2007 cody lindley
* Licensed under the MIT License: http://www.opensource.org/licenses/mit-license.php
*/
var tb_pathToImage = "loadingAnimation.gif";
imgLoader = new Image();// preload image
imgLoader.src = tb_pathToImage;
/*!! edit below this line at your own risk !!*/
//on page load call tb_init
$(document).ready(function(){
tb_init('a.thickbox, area.thickbox, input.thickbox');//pass where to apply thickbox
});
<body style="text-align:center; vertical-align:middle" onload="tb_show('Testanzeige','<?php echo htmlspecialchars($mosConfiglive_site.$startpath.$secid . '&KeepThis=true&TB_iframe=true&height=400&width=500&modal=true'); ?>','');">