function GetEditComment($ID){ $.ajax({ url:"info.aspx?action=getinfo&id="+$ID, type:'GET', success:function(){ parent.$('#comment').html(arguments[0]); } }); } comment是父窗口的元素