框架的问题

来源:百度知道 编辑:UC知道 时间:2024/07/02 19:18:38
<html>
<head>
<title>∷ 管理中心 ∷</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<frameset rows="33,*" frameborder="NO" border="0" framespacing="0">
<frame src="?frame=top" noresize="noresize" frameborder="0" name="topFrame" scrolling="no" marginwidth="0" marginheight="0" />
<frameset rows="*" cols="185,*" id="frame">
<frame src="?frame=menu" name="leftFrame" noresize="noresize" marginwidth="0" marginheight="0" frameborder="0" scrolling="yes" />
<frame src="?frame=main" name="main" marginwidth="0" marginheight="0" frameborder="0" scrolling="yes" />
</

你这段代码是将框架分成三部分,最上面是top部分,下面的左侧是menu部分,下面的右侧是main部分,src="?frame=top" 是指最上面的框架内的内容,文件未命名,可以改成文件名,如src="index.asp"