function manage(obj){ var height=window.screen.availHeight var width=window.screen.availWidth height=(height-500)/2; width=(width-600)/2; var options = "height=300,width=550,left="+width+",top="+height+",toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no";
if(obj == "转交客服"){ var url="../sysmng/operation/zhuanjiao.jsp"; var newWin = window.open(url,"",options); newWin.focus(); document.getElementById('btn1').value = "跟踪查看"; document.getElementById("td1").innerText="已转交";
}else{ var url="../sysmng/operation/genzhong.jsp"; var newWin = window.open(url,"",options); newWin.focus(); } }
function manage(obj){
alet(1);
var height=window.screen.availHeight;
var width=window.screen.availWidth;
height=(height-500)/2;
width=(width-600)/2;
var options = "height=300,width=550,left="+width+",top="+height+",toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no";
if(obj.equals=("转交客服")){
alert(2);
var url="../sysmng/operation/zhuanjiao.jsp";
var newWin = window.open(url,"",options);
newWin.focus();
document.getElementById('btn1').value = "跟踪查看";
document.getElementById("td1").innerText="已转交";
}else{
alert(3);
var url="../sysmng/operation/genzhong.jsp";
var newWin = window.open(url,"",options);
newWin.focus();
}
}
------解决方案--------------------