当前位置:编程学习 > C#/ASP.NET >>

请问怎么让showmodaldailog弹出的对话框全屏?

那2个dialogwidth和dialogheight属性该怎么设置? --------------------编程问答-------------------- window.showModalDialog("about:blank",null,"dialogWidth="+screen.width+";dialogHeight="+screen.height); --------------------编程问答-------------------- 楼上的 不行啊  
 <input type="Button" value="click me" onclick="window.showModalDialog('receive.aspx','','dialogWidth=screen.width')" />
我是这样写的 --------------------编程问答-------------------- 可以了, 非要写在javascript方法里。。。
然后调用 才可以。。。。。 --------------------编程问答-------------------- <input type="Button" value="click me" onclick="javascript:window.showModalDialog('receive.aspx','','dialogWidth=screen.width')" />
这样就不用写到javascript方法里了
--------------------编程问答-------------------- 你不能把screen.width和screen.hight也放在引号中,这样就不是javascript代码了而成字符串参数了,注意我是怎么写的,另外在你的方法中,应该把弹出模态窗口的代码独立成函数,否则很乱也不好实现. --------------------编程问答-------------------- 我只会写在javascript里的方式
补充:.NET技术 ,  ASP.NET
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,