请教FRAME的问题
忘了怎么用了?
谁能给个例子,谢谢!
尤其是TARGET属性
------解决方案--------------------a.htm
==============
<frameset rows= "50,* ">
<frame src= "2.htm " name= "topFrame ">
<frame src= "3.htm " name= "bottomFrame ">
</frameset>
2.htm
===============
<BODY>
<a href= "http://www.baidu.com " target= "bottomFrame "> 在下面的框架里打开baidu </a>
<a href= "http://www.baidu.com " target= "_self "> 在本页面打开baidu </a>
</BODY>
3.htm
==============
<BODY>
</BODY>