问题: 模式窗口的第三个参数可以设定模式窗口的外观特性。我的IE7中,除了长、宽之外,其他都不起作用了。哪位大侠指点下迷津??
需求: 我需要模式窗口的帮助按钮(关闭按钮旁边的小问号按钮),来挂接自己的联机帮助。
代码: 下面是我尝试的代码写法和结果:
序号 代码 结果
1 showModalDialog("untilte-1.html","","help:yes"); 只有小红叉
2 showModalDialog("untilte-1.html","","help:1"; 只有小红叉
3 showModalDialog("untilte-1.html","",""; 只有小红叉
4 showModalDialog("untilte-1.html","","help:1;resizalbe=1"); 只有小红叉
好象特性的设置,除了长宽之外都不起作用了。
这是为什么?