javascript/Jscript實現父子窗體的互相引用問題(Powered By ZosaTapo) (轉)

worldblog發表於2007-12-11
javascript/Jscript實現父子窗體的互相引用問題(Powered By ZosaTapo) (轉)[@more@]

Title:
script/實現父子窗體的互相引用問題(Powered By ZosaTapo)

Key s:
jscript 窗體引用
 
Content:
近來有很多網友問關於如何利用javascipt實現彈出窗體與父窗體功能引用問題。
本人在以前的使用有一些這方面的體驗,希望與大家分享一下。希望能對需要的網友有一些幫助。

本文主要以例子為主,文後附有全部。
實現父窗體,子窗體引用的關鍵在於下面幾點:
(1)window.open.返回值是彈出子窗體的引用控制程式碼。
(2)得到父窗體引用控制程式碼。這是功能實現的關鍵,說起來也很簡單。
self.opener返回窗體的父窗體。
(3)self,window,parent,top等實現的窗體引用是針對幀(frame/frameset)實現的,跟本文關係不大的。你如果利用parent得不到彈出窗體的父窗體的。

本文只是針對窗體之間引用做簡單的分析說明。原始碼只是提供簡單演示,很不完善,如果使用的話,請自己增加相應的出錯檢查等功能。



Welcome to ZosaTapo's Site:::::::::Powered By ZosaTapo



<!--Title content bengin--&gt

Welcome To ZosaTapo  Castle

<!--Body content bengin--&gt
Watch text Changing:



Open  child Window:



Call child  Method:



Close child Window:



<!--Footer content begin--&gt



Powered By Zosatapomailto:dertyang@263.net">Zosatapo>



Welcome to ZosaTapo's WebSite:::::::::Powered By ZosaTapo



<!--Title content bengin--&gt

Welcome To ZosaTapo  Castle

<!--Body content bengin--&gt
Change parent Text:




Call parent  Method:



Close parent Window:



<!--Footer content begin--&gt



Powered By Zosatapo>


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10752043/viewspace-991205/,如需轉載,請註明出處,否則將追究法律責任。

相關文章