以前使用的,可以对左边进行显示和隐藏的功能。
<html> <head> <title>系统主框架</title> </head> <frameset name="mainframe" id="mainframe" rows="70,*" border="0" bordercolor="#999999"> <frame src="../InterFace/Top.aspx" mce_src="InterFace/Top.aspx" name="top" scrolling="no" bordercolor="#999999" border="0" > <frameset name="leftframe" id="leftframe" cols="200,5,*"> <frame src="../InterFace/Left.aspx" mce_src="InterFace/Left.aspx" name="left" scrolling="auto" bordercolor="#999999" border="0"> <frame src="../InterFace/Change.html" mce_src="InterFace/Change.html" name="change" scrolling="no" noresize="true" marginwidth="0" marginheight="0"> <frameset name="rightframe" rows="*,22"> <frame src="../InterFace/Right.aspx" mce_src="InterFace/Right.aspx" name="right" scrolling="auto" bordercolor="#999999" border="0"> <frame src="../InterFace/Foot.aspx" mce_src="InterFace/Foot.aspx" name="foot" scrolling="no"> </frameset> </frameset> </frameset> </html>
posted on 2011-04-06 21:46 疯子123 阅读(119) 评论(0) 编辑 收藏 举报