当前位置 : 主页 > 网络编程 > JavaScript >

window.open

来源:互联网 收集:自由互联 发布时间:2021-06-30
window.open //window.open(__ctx + '/isunlandUI/planAndAssessInCloud/standard/scheduleManager/rPlanManagerOtherEdit.ht','newwindow','height=600,width=1100,top=100,left=200,toolbar=no,menubar=no,scrollbars=no, resizable=no,location=no, status
window.open
//window.open(__ctx + '/isunlandUI/planAndAssessInCloud/standard/scheduleManager/rPlanManagerOtherEdit.ht','newwindow','height=600,width=1100,top=100,left=200,toolbar=no,menubar=no,scrollbars=no, resizable=no,location=no, status=no');
_showModalDialog(__ctx + '/isunlandUI/planAndAssessInCloud/standard/scheduleManager/rPlanManagerOtherEdit.ht',"",1100,540,"","");


var id = event.id;
//任务名称查询本条记录
_showModalDialog(__ctx + '/isunlandUI/planAndAssessInCloud/standard/scheduleManager/rPlanManagerOther/getById.ht',"",820,500,"",id);
//window.open(encodeURI(__ctx + '/isunlandUI/planAndAssessInCloud/standard/scheduleManager/rPlanManagerOther/getById.ht?id='+id),'newwindow','height=500,width=820,top=100,left=200,toolbar=no,menubar=no,scrollbars=no, resizable=no,location=no, status=no');
网友评论