Crew algemeen |
|
Misschien even op de correcte wijze schrijven?
setTimeout(function () {
document.body.innerHTML += 'De circusshow vind vandaag plaats in het stadje <b><?=$stad?></b> <img src="icons/world.png" /> <br />';
}, 1100);
setTimeout(function () { document.body.innerHTML += 'De circusshow vind vandaag plaats in het stadje <b><?=$stad?></b> <img src="icons/world.png" /> <br />'; }, 1100);
|