1
我有主要的HTML頁面有兩個幀frame1和frame2。 frame1顯示tree.php頁面 ,我希望當我點擊tree.php中顯示的樹節點時,應該在frame2中顯示一些html或php頁面。我怎麼能做到這一點?目標幀從另一個框架
我有主要的HTML頁面有兩個幀frame1和frame2。 frame1顯示tree.php頁面 ,我希望當我點擊tree.php中顯示的樹節點時,應該在frame2中顯示一些html或php頁面。我怎麼能做到這一點?目標幀從另一個框架
給幀2名
<frameset cols="35%,65%">
<frame src="page1.php">
<frame src="page2.php" name="MainWindow">
</frameset>
和連接節點的目標設置爲名稱
<a href="page3.php" target="MainWindow">