日期:2014-05-16  浏览次数:20400 次

iframe 交互的问题求帮忙
iframe框架内有 iframe1和iframe2,请问iframe2中触发事件js代码中怎么修改iframe中“ID”的控件value

------解决方案--------------------
JScript code
//注意:iframe交互操作不允许跨域
//id你懂的,value为你要修改的值
parent.document.getElementById(id).value=value;