DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> JavaScript入門知識 >> jQuery入門知識 >> JQuery特效代碼 >> iframe子頁面獲取父頁面元素的方法
iframe子頁面獲取父頁面元素的方法
編輯:JQuery特效代碼     
在iframe子頁面獲取父頁面元素

代碼如下:
. 代碼如下:
$.('#objld', parent.document);

在父頁面獲取iframe子頁面的元素
代碼如下:
. 代碼如下:
$("#objid", document.iframes('iframe').document)


. 代碼如下:
$(document.getElementById('iframeId').contentWindow.document.body).html() $(document.getElementById('iframeId').contentWindow.document.body).html()

顯示iframe中body元素的內容
. 代碼如下:
$("#testId", document.frames("iframename").document).html()
XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved