Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<div></div>
<script type="text/javascript">
Function.prototype.Timer = function (i, c, evt) {
var count = 0;
var _this = this;
var endFunction = function () {if (evt) evt();};
(function f() {
if (c > count && _this(++count, c) != false) {
window.setTimeout(f, i);
} else {
endFunction();
}
})();
};
function anzeige(c, max) {
var e = document.getElementsByTagName('div');
e[0].innerHTML = parseInt(c * max) +'%';
}
function link() {
var l = document.createElement('a');
l.href = '#';
l.innerHTML = 'link';
var e = document.getElementsByTagName('div');
e[0].appendChild(l);
}
anzeige.Timer(200, 10, link);
</script>
Funktioniert es mittlerweile auch bei dir?funktioniert nicht nur weißer bildschirm?!