document.getElementById(Iframe_Id).contentDocument.getElementById(Element_Id) //适用于IE7以上
document.getElementById(Iframe_Id).contentWindow.document.getElementById(Element_Id) //适用于IE6及火狐
参考 : http://user.qzone.qq.com/116971263/infocenter#!app=2&via=QZ.HashRefresh&pos=1359100403
frames["iframename"].window获取这个iframe对象试试