瑞典大学排名一览表:框架分上下两部分,点一个图片如何打开隐藏一个框架呢?

来源:百度文库 编辑:查人人中国名人网 时间:2024/05/05 17:02:16
就象dreamveaver下的属性栏可以打开和隐藏.

index.htm-------------
<frameset rows="*" cols="180,*" framespacing="0" frameborder="yes" border="2" id="frame" bordercolor='red'>
<frame name="left" scrolling="auto" marginwidth="0" marginheight="0" src="leftframe.asp">
<frame name="main" scrolling="auto" src="mainframe.asp">
</frameset>
------------------------------
main.htm-----------
<img src="close.gif" onclick='parent.frame.cols="0,*"'>