读书人

window.opener.document.getElementBy

发布时间: 2012-03-16 16:34:56 作者: rapoo

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

热点推荐