1. 親ウィンドウは iframe 子ウィンドウ メソッドを呼び出します
1. HTML 構文:
2. 親ウィンドウが子ウィンドウを呼び出します: myFrame.window.functionName();
3. 子ウィンドウが親ウィンドウを呼び出します:parent.functionName(); 簡単に言えば、これは呼び出される変数または関数です。子ウィンドウに親を追加するだけです。
4. 親ウィンドウ ページのソース コード:
function Say() {
alert; "parent.html--- --->parent.html にいます");
}
function callChild()
{
//document.frames("myFrame") .f1();
myFrame.window.say();
=button value="子関数の呼び出し()" in .html onclick="callChild()">
🎜>
5. サブウィンドウページ:
コードをコピーします。 >
コードは次のとおりです。
親ウィンドウは子ウィンドウを呼び出します: window.frames["iframe_ID"].document.getElementById("iframe_document_object").object_attribute = attribute_value
例: window。 Frames[" iframe_text"].document.getElementById("myH1").innerHTML= "http://hi.jb51.net";
子ウィンドウは親ウィンドウを呼び出します:parent.document.getElementById("parent_document_object") ).object_attribute =attribute_value
例:parent.document.getElementById("myH1").innerHTML = "http://jb51.net"; 3. 完全な例
test.htm
コードをコピーします
>
/TITLE>