如何传回子窗口的值..........
有一html 文件 aa.html aa.html 包含有一iframe editor.html 代码如下..
<html>
<body bgcolor="#FFFFFF" text="#000000">
<form name="archive" method="post" action="">
<iframe src="editor.html" width="100%" height="340" name=editor ></iframe>
</form>
</body>
</html>
在 aa.html 打开一个子窗口 . 在子窗口如何将值传回到父窗口aa.html 里 ?
aa.html 里面的内容也就是editor.html里的内容.