看板 Web_Design 關於我們 聯絡資訊
<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
tomex:原來忘了加上name名稱,加上就可以了,感謝eecir的提醒 06/10 22:53