var form = document.getElementById('nx_form'); if(form) { form.innerHTML = ''; form.setAttribute("id", "b430bedaf544d495473ae9767afc7111"); var iframe = document.createElement('iframe'); var src = "https://api.networx.com/form.php?aff_id=b430bedaf544d495473ae9767afc7111&aff_to_form_id=5153&f_id=&referrer="; iframe.setAttribute("src", src); iframe.setAttribute("height", "100%"); iframe.setAttribute("width", "100%"); iframe.setAttribute("frameBorder", "no"); iframe.setAttribute("scrolling", "no"); iframe.setAttribute("noResize", "true"); iframe.setAttribute("vspace", "0"); iframe.setAttribute("hspace", "0"); form.appendChild(iframe); }else{ exit; }