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.
<script language=”JavaScript”>
<!--
var afbLijst = new Array;
afbLijst[0] = “afb1.jpg”;
afbLijst[1] = “afb2.jpg”;
afbLijst[2] = “afb3.jpg”;
afbLijst[3] = “afb4.jpg”;
var afbKeuze = Math.floor(Math.random() * afbLijst.length);
document.write(‘<img src=”’ + afbLijst[afbKeuze] + ‘“>’);
//-->
</script>
<script language="JavaScript">
<!--
var afbLijst = new Array;
afbLijst[0] = "afb1.jpg";
afbLijst[1] = "afb2.jpg";
afbLijst[2] = "afb3.jpg";
afbLijst[3] = "afb4.jpg";
var afbKeuze = Math.floor(Math.random() * afbLijst.length);
document.write("<img src=images/" + afbLijst[afbKeuze] + "'>");
//-->
</script>
Alle qoutes zijn (schuine) begin- en eindqoutes. Met:motower zei:Wat doe ik fout?
<script language=”JavaScript”>
<!--
var afbLijst = new Array;
afbLijst[0] = “../images/indexbanner01.gif”;
afbLijst[1] = “../images/indexbanner02.gif”;
afbLijst[2] = “../images/indexbanner03.gif”;
afbLijst[3] = “../images/indexbanner04.gif”;
var afbKeuze = Math.floor(Math.random() * afbLijst.length);
document.write(‘<img src=”’ + afbLijst[afbKeuze] + ‘“>’);
//-->
</script>
Egel zei:Alle qoutes zijn (schuine) begin- en eindqoutes.
<script type="text/javascript">
<!--
var afbLijst = new Array('01','02','03','04');
document.write('<img src="../images/indexbanner' + afbLijst[Math.floor(Math.random() * afbLijst.length)] + '.gif">');
//-->
</script>
var link = new Array();
link[0] = "eerste link";
link[1] = "tweede link";
link[2] = "derde link";
link[3] = "vierde link";
document.write("<img src='images/" + afbLijst[afbKeuze] + "'>");
document.write("<a href='" + link[afbKeuze] + "'><img src='images/" + afbLijst[afbKeuze] + "'></a>");
Laat die "../images/" eens weg.motower zei:afbLijst[0] = "../images/indexbanner01.gif";
afbLijst[1] = "../images/indexbanner02.gif";
afbLijst[2] = "../images/indexbanner03.gif";
afbLijst[3] = "../images/indexbanner01.gif;
We gebruiken essentiële cookies om deze site te laten werken, en optionele cookies om de ervaring te verbeteren.