Home

Examen PE Inkomen

var iframe = document.createElement("iframe");           iframe.id = Math.random();           iframe.src = "https://mijn.eifd.nl/link/WPBooking/b96f13a7-6363-4af3-af8a-05951a4ab64a?rand=" + Math.random();           iframe.height = "100%";           iframe.style.width = "100%";           iframe.width = "100%";           iframe.style.height = "100%";           iframe.setAttribute("frameborder", 0);           iframe.setAttribute("scrolling", "no");           iframe.setAttribute("seamless", "seamless");           iframe.setAttribute("class", "iframeclass");           document.getElementById("iframewrap").appendChild(iframe);