如何用window.open实现新窗口打开网页的详细步骤?
- 内容介绍
- 文章标签
- 相关推荐
本文共计150个文字,预计阅读时间需要1分钟。
使用以下简化的代码替换原文:
javascriptwindow.open('/isunlandUI/planAndAssessInCloud/standard/scheduleManager/rPlanManagerOtherEdit.', 'newwindow', 'height=600,width=1100,top=100,left=200,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no');
//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');
本文共计150个文字,预计阅读时间需要1分钟。
使用以下简化的代码替换原文:
javascriptwindow.open('/isunlandUI/planAndAssessInCloud/standard/scheduleManager/rPlanManagerOtherEdit.', 'newwindow', 'height=600,width=1100,top=100,left=200,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no');
//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');

