Bekijk de onderstaande video om te zien hoe je onze site als een web app op je startscherm installeert.
Opmerking: Deze functie is mogelijk niet beschikbaar in sommige browsers.
<html>
<head>
<title>Titeltje</title>
<META http-equiv="refresh" content="10;URL=http://localhost/index.php">
</head>
<body>
<center>
<div id="theform">
De website is verhuisd!
<br><br>
U wordt omgeleid binnen <span id="spansec">10</span> seconden.</p>
<br>
</div>
</center>
<script>
<!--
/*By George Chiang. (JK's ultimate JavaScript tutorial and free JavaScripts site!)
http://www.javascriptkit.com
Credit MUST stay intact for use*/
var milisec=0
var seconds=10
function display()
{
if (milisec<=1)
{
milisec=9
seconds-=1
}
else
milisec-=1;
if (seconds>=0)
{
document.getElementById('spansec').innerHTML=seconds+"."+milisec
}
else
{
document.getElementById('theform').innerHTML = "";
}
setTimeout("display()",100)
}
display()
//-->
</script>
</body>
</html>
<META http-equiv="refresh" content="10;URL=http://localhost/index.php">
<html>
<head>
<title>Titeltje</title>
<META http-equiv="refresh" content="0;URL=http://www.google.nl">
</head>
<body>
</body>
</html>
ik zoek een aftel script (html)
die als je de pagina opent je gewoon meteen doorstuurt zonder enige poespas.
dank je
We gebruiken essentiële cookies om deze site te laten werken, en optionele cookies om de ervaring te verbeteren.