[問題]連結指到iframe名稱?

看板Web_Design作者 (tomex_ou)時間19年前 (2006/06/10 21:47), 編輯推噓0(001)
留言1則, 1人參與, 最新討論串1/2 (看更多)
<html> <head> <title>Test</title> </head> <body style="height: 100%; margin: 0px;"> <iframe id="frame1" src="1.htm"></iframe> <iframe id="frame2" src="1.htm"></iframe> <iframe id="frame3" src="1.htm"></iframe> // 看這兒 <a href="http://www.google.com" target="frame3">test1</a> </body> </html> 請問test1連結要怎樣才能把google視窗開iframe=frame3內? -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.119.20.171

06/10 22:53, , 1F
原來忘了加上name名稱,加上就可以了,感謝eecir的提醒
06/10 22:53, 1F
文章代碼(AID): #14YircSn (Web_Design)
文章代碼(AID): #14YircSn (Web_Design)