js iframe子父页面读取方式

$(window.parent.frames["iframe1"].document).find("input[@type='radio']").attr("checked","true");

$(window.parent.frames["iframe1"].document).find("div >table >tr[id=1]").children().each(function(){

  $(this).val();$(this).html()

})
posted @ 2011-08-10 00:20  .net|C#|js|jquery|css|div|html  阅读(2136)  评论(0编辑  收藏  举报