没有办法qq远程,您新建一个页面部署上去试试,看是否能重现问题,如果整个最简单的页面没有问题,那可能就是页面上其他什么东西影响的,您排除下试试。
- <html>
- <body>
- <script>
- window.showModalDialog("http://demo.gcpowertools.com.cn/SpreadJS/TutorialSample/#/samples/initializeSpread",
- '','dialogHeight=700px,dialogWidth=800px')
- </script>
- </body>
- </html>
复制代码 |