2
假設我有以下框架結構。如何在框架中顯示重疊?
<frameset rows="20%,60%, *">
<frame name="theFrame" id="theFrame" src="test1.html" >
<frame name="theSecondFrame" id="theSecondFrame" src="test2.html" >
<frame name="importantFrame" id="importantFrame" src="test3.html" >
</frameset>
假設在「theSecondFrame」我有一個按鈕,如果我點擊這個按鈕,它應該顯示 模式窗口。
我面臨的問題是,覆蓋僅限於「theSecondFrame」。
如何在所有幀之間傳播覆蓋,以便內容不可訪問?
非常感謝。我已經爲此使用了iframe。 – 2010-09-02 11:12:37