首頁  >  文章  >  後端開發  >  javascript目錄樹中的連線頁面如何在iframe框架中顯示

javascript目錄樹中的連線頁面如何在iframe框架中顯示

WBOY
WBOY原創
2016-12-01 01:27:531161瀏覽

help.html頁麵包含目錄樹程式碼和iframe框架,我想實現當點擊目錄樹的連接時,相應的連接頁面顯示在iframe框架中。
目錄樹的javascript程式碼:

d = new dTree('d');

d.add(0,-1,'目錄');
d.add(1,0,'運行環境','admin/outline_0.htm','con');
d.add(2,0 ,'Node 2','admin/outline_1.htm','con');
d.add(3,1,'硬體環境','admin/outline_2.htm','con');
d.add (4,0,'Node 3','example01.html','con');
d.add(5,3,'Node 1.1.1','example01.html');
d.add(6 ,5,'Node 1.1.1.1','example01.html');
d.add(7,0,'Node 4','example01.html');
d.add(8,1,'Node 1.2 ','example01.html');
d.add(9,0,'My Pictures','example01.html','Pictures I've taken over the years','','','../ ../img/Tree/img/imgfolder.gif');
d.add(10,9,'The trip to Iceland','example01.html','Pictures of Gullfoss and Geysir');
d.add (11,9,'Mom's birthday','example01.html');
d.add(12,0,'Recycle Bin','example01.html','','','../../ img/Tree/img/trash.gif');

document.write(d);

//-->

其中也呼叫了一個名稱是:dtree.js 腳本來控制它的圖片顯示和隱藏

iframe代碼:

目錄樹如圖所示,點擊後在右側iframe框架中顯示詳細頁面,就像windows的幫助頁那樣

回覆內容:

help.html頁麵包含目錄樹程式碼和iframe框架,我想實現當點擊目錄樹的連接時,相應的連接頁面顯示在iframe框架中。
目錄樹的javascript程式碼:

d = new dTree('d');

d.add(0,-1,'目錄');
d.add(1,0,'運行環境','admin/outline_0.htm','con');
d.add(2,0 ,'Node 2','admin/outline_1.htm','con');
d.add(3,1,'硬體環境','admin/outline_2.htm','con');
d.add (4,0,'Node 3','example01.html','con');
d.add(5,3,'Node 1.1.1','example01.html');
d.add(6 ,5,'Node 1.1.1.1','example01.html');
d.add(7,0,'Node 4','example01.html');
d.add(8,1,'Node 1.2 ','example01.html');
d.add(9,0,'My Pictures','example01.html','Pictures I've taken over the years','','','../ ../img/Tree/img/imgfolder.gif');
d.add(10,9,'The trip to Iceland','example01.html','Pictures of Gullfoss and Geysir');
d.add (11,9,'Mom's birthday','example01.html');
d.add(12,0,'Recycle Bin','example01.html','','','../../ img/Tree/img/trash.gif');

document.write(d);

//-->

其中也呼叫了一個名稱是:dtree.js 腳本來控制它的圖片顯示和隱藏

iframe代碼:

目錄樹如圖所示,點擊後在右側iframe框架中顯示詳細頁面,就像windows的幫助頁那樣

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn