[js中window.open]js中window.parent报错Error: Permission denied to access property

时间:2020-10-29  来源:Access  阅读:

如果碰到Error: Permission denied to access property "alertMsg"问题我们要解决的必须就是放在服务器上即可,如我本地打开的是这个地址

file:///C:/Documents%20and%20Settings/Administrator/桌面/8-9/index.html

调用页面的php程序用的是

http://192.168.1.118:9/pin89/a.php

那么怎么修改 <script>window.parent.alertMsg(1);</script> 都是没有用的


解决办法就是

file:///C:/Documents%20and%20Settings/Administrator/桌面/8-9/index.html

改成

http://192.168.1.118:9/pin89/index.html

然后

http://192.168.1.118:9/pin89/a.php输出

<script>window.parent.alertMsg(1);</script>

问题即可解决

[js中window.open]js中window.parent报错Error: Permission denied to access property

http://m.bbyears.com/shujuku/107635.html

推荐访问:
相关阅读 猜你喜欢
本类排行 本类最新