很简单
这样就可以了
<div id="qm" onclick="window.open('test.htm','','')" ></div>test.htm的返回值这样写
假设你的test.htm有个text 叫qm
window.opener.document.GetElementbyID("qm").innerHtml=document.form1.qm.value;大概就这样可以了吧