function roWoRequest() { var language = window.navigator.userLanguage || window.navigator.language; var ro_rand = Math.floor(Math.random()*34567890); var ro = 'https://www.rzetelnyregulamin.pl/pl/opiniajs/?type=script&rand=' + ro_rand + '&uid=' + '' + '&pid=' + '' + '&did=' + 'f90f2aca5c640289d0a29417bcb63a37' + '&ref=' + encodeURIComponent(window.location.href); var uniqueString = "ro_wo_handler_"+ro_rand; var iframe = ''; document.write(iframe); var iframe = document.getElementById(uniqueString); var iframeDoc = iframe.contentDocument || iframe.contentWindow.document; iframeDoc.open(); iframeDoc.write(''); iframeDoc.close(); iframeBody = iframeDoc.body; var form = document.createElement("form"); form.target = uniqueString; form.action = ro; form.method = "POST"; if(typeof(ro_email) !== 'undefined'){ form.appendChild(roSetPostField(ro_email, 'ro_email')); } if(typeof(ro_order_no) !== 'undefined'){ form.appendChild(roSetPostField(ro_order_no, 'ro_order_no')); } if(typeof(ro_dni) !== 'undefined'){ form.appendChild(roSetPostField(ro_dni, 'ro_dni')); } form.appendChild(roSetPostField(language, 'ro_language')); /* did = 'f90f2aca5c640289d0a29417bcb63a37'; type = 'script'; ref = encodeURIComponent(window.location.href); if(typeof(type) !== 'undefined'){ form.appendChild(roSetPostField(type, 'type')); } if(typeof(ref) !== 'undefined'){ form.appendChild(roSetPostField(ref, 'ref')); } if(typeof(did) !== 'undefined'){ form.appendChild(roSetPostField(did, 'did')); } if(typeof(ro_rand) !== 'undefined'){ form.appendChild(roSetPostField(ro_rand, 'rand')); } */ iframeBody.appendChild(form); form.submit(); } function roSetPostField(opt,name){ var input = document.createElement("input"); input.type = "hidden"; input.name = name; input.value = opt; return input; } roWoRequest();