连接+iframe 问题,急!在线等待
1.htm
<a href="?????">haha</a>
2.htm
<ifRAME border=0 frameBorder=0 height=418 name=content src="3.htm" width=644 scrolling="auto"> </IFRAME>
在2htm中还有一个4。htm的连接
<a class=m1 href="4.htm"
style="TEXT-DECORATION: none"
target=content>呵呵</a>
我现在想通过1。htm中的haha连接字在2。htm中的iframe 里显示4。htm
我在1.htm中?????部分应该怎么写
如果直接写成<a href="2.htm">haha</a>
在2页中的iframe显示的是3.htm
我现在想显示4。htm
谢谢 [↑]