function potwierdz(url){ var v = confirm('Czy na pewno chcesz to wykonać?'); if(v == true){ window.location = url; } } function popup(url, width, height){ window.open(''+url+'', '', 'width='+width+',height='+height+''); } function goChild(){ if (document.type.typeSelect.options[document.type.typeSelect.selectedIndex].value != "none") { location = 'index.php?p=szukaj_produkt&type='+document.type.typeSelect.options[document.type.typeSelect.selectedIndex].value; } } function goChild2(typex){ if (document.type2.typeSelect2.options[document.type2.typeSelect2.selectedIndex].value != "none") { location = 'index.php?p=szukaj_produkt&type='+typex+'&child='+document.type2.typeSelect2.options[document.type2.typeSelect2.selectedIndex].value; } } function printit(){ if (NS) { window.print() ; } else { var WebBrowser = ''; document.body.insertAdjacentHTML('beforeEnd', WebBrowser); WebBrowser1.ExecWB(6, 2); WebBrowser1.outerHTML = ""; } }