1
我有這個jsp頁面包含以下框:如何從框架中獲取網址?
<frameset cols="20%,*">
<frame src=」SideBar.jsp」 name="frameA">
<frame src=」http://www.w3schools.com/」 name="frameB" target="_self">
</frameset>
在frameB,這是一個外部鏈接,用戶可以瀏覽該網頁並點擊鏈接和做的東西。用戶點擊鏈接時是否有辦法獲取新網頁的網址?例如http://www.w3schools.com/html/default.asp
在此先感謝
見http://stackoverflow.com/questions/44359/how-do-i -get-the-current-location-of-iframe/836393#836393(僅限IE)和http://stackoverflow.com/questions/44359/how-do-i-get-the-current-location-of -an-iframe/666832#666832(iframe)。 – giraff