window.opener.document.getElementById('mycid').value异常:权限被拒绝

WBOY
发布: 2016-06-13 10:10:50
原创
1130 人浏览过

window.opener.document.getElementById("mycid").value错误:Permission denied
用下列方式返回通过window.open打开的页面的值时,提示JS错误:错误:Permission denied
window.opener.document.getElementById("mycid").value ='12';
谁知道是什么原因

------解决方案--------------------
你是不是js跨域了?http://topic.csdn.net/u/20100108/17/cc5255c6-a956-4ff3-a603-c1d17ef95165.html
------解决方案--------------------
top.document.getElementById("mycid").innerHTML=document.getElementById("mycid").value ='12';

相关标签:
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板