1. window.open を通じて親ページがポップアップすると、子ページがポップアップします。子ページから親ページに値を転送するには、前に window.opener を追加するだけです。文書の。 例: 1. 親ページのコード: 無題のドキュメントタイトル>head><br>function Tanchu() <br>{<br> window.open("Untitled-5.html"); <br>}<br>script><br><body><br> <form id="form1" name=" form1 " method="post" action=""><br> onclick="tanchu ()" /><br> label> ;/body><br></html><br>2. サブページコード: <br> <br><html xmlns="http://www.w3.org/1999/xhtml"><br><head><br><meta http-equiv="Content-Type" content=" text/html; charset=utf-8" /></p><title>無題のドキュメントのタイトル><p>head><br><script language="javascript"><br>function aaa() <br>{<br> window.opener.document.getElementByIdx('textfield').value='123123123';<br>}<br>script><br><body><br> "form1" name=" form1" method="post" action=""><br> <label> <input type="submit" name="button" id="button" value="Submit"<BR> onclick="aaa ()" /><br> label><br> form><br></body><br></html><br><br>2 番目に、サブページは iframe のページ ステータスです。フレーム <br><br><br> 子ページが親ページに値を渡す必要がある場合は、ドキュメントの前にparentを追加するだけです。 <strong>1. 親ページのコード: </strong> <br><html xmlns="http://www.w3.org/1999/xhtml"><br><head><br><meta http-equiv="Content-Type" content=" text/html; charset=utf-8" /></p><title>無題のドキュメントのタイトル><p>head><br><body><br> <form id="form1" name= " form1 "method =" post "action =" "&gt;<br>&lt; iframe id =" myiframe "src =" untitled-3.html "&gt; iframe&gt;<br>form&gt;<br>&lt;/body&gt; <br></html><br>2. サブページ コード <br> <br><html xmlns="http://www.w3.org/1999/xhtml"><br><head><br><meta http-equiv="Content-Type" content=" text/html; charset=utf-8" /><br><title>無題のドキュメントのタイトル><br>head></p><script language="javascript"><p>function aa() <br>{ <br> var a=parent.document.getElementByIdx('textfield').value;<br>alert(a); <br>}<br>script><br><body><br> < ;form id="form1" name="form1" method="post" action=""><br> 「送信」</p>