網頁,內置框架連結問題
在dreamweaver做了一頁的網頁,那頁網頁有一個內置框架(iframe),我想問我係那頁網頁做了一個連結button(不在iframe內),有無辦法個button的link的轉換頁面係係內置框架(iframe)only?若果有,link的target係什麼?
回答 (3)
假設你的 iframe 的 name 是 iframe1 :
<iframe src="page1.htm" name=iframe1 width=545 height=480 frameborder=0 scrolling=auto ></iframe>
button 的 onclick event 應寫為 :
onclick=" iframe1.location.href = 'page2.htm' "
收錄日期: 2021-04-13 13:38:41
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20070926000051KK03693
檢視 Wayback Machine 備份