Hi
i have in an agent the following instruction:
Print “<SCRIPT LANGUAGE=”“JavaScript”“>” +_
“window.close();” +_
" var f = document.forms(0);" +_
“var url1=”“” + “/” + path + “/PWB5?openform&BidderID=” + Doc.BidderID(0) + “&PackID=” + Doc.PackID(0) + “&” + “”“;” +_
“window.open( url1, ‘PWB5’, ‘toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=1, resizable=1, width=770, height=600,top=20, left=20’ );” +_
“var url=”“” + “/” + path + “/Envelop0Acc?openform&BidderID=” + Doc.BidderID(0) + “&PackID=” + Doc.PackID(0) + “&” + “”“;” +_
“window.open( url, ‘wConfirm0’, ‘toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=0, resizable=1, width=600, height=450,top=50, left=20’ );” +_
“”
on a notebook under win Xp, it is bypassed while same agent executes normally on other PCs with Win XP or Win 2K
can anyone know what may be the problem on this specific PC?
thanks