mvc下,3种窗口弹出设置的方法
2017-02-06
22
1、通过重写,<input标签下按钮的onclick事件,来进行窗口的弹出设置:复制代码 代码如下:<input type="button" onclick="window.open("../AddDpment","","height=180,width=550,fullscreen=no,resizable=yes,scrollbars=no,top=350,left=500")" value="添加部门"/>其中,window.ope...