是框架“frameset”,贴块代码给你看看,你也可以使用传说中的ExtJS。
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>MIS--网站后台管理系统</title>
<link rel="stylesheet" href="Common/Common.css" type="text/css" />
</head>
<frameset rows="64,*,4" cols="*" frameborder="no" border="0" framespacing="0">
<frame src="TopFrame.aspx" name="topFrame" frameborder="no" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
<frameset name="myFrame" cols="199,7,*" frameborder="no" border="0" framespacing="0">
<frame src="LeftFrame.html" name="leftFrame" frameborder="no" scrolling="No" noresize="noresize" id="leftFrame" title="leftFrame" />
<frame src="SwitchFrame.aspx" name="midFrame" frameborder="no" scrolling="No" noresize="noresize" id="midFrame" title="midFrame" />
<frameset rows="59,*,50" cols="*" frameborder="no" border="0" framespacing="0">
<frame src="MainFrame.aspx" name="mainFrame" frameborder="no" scrolling="No" noresize="noresize" id="mainFrame" title="mainFrame" />
<frame src="CenterFrame.aspx" name="CenterFrame" frameborder="0" id="CenterFrame" title="CenterFrame"/>
<frame src="BottomFrame.aspx" name="bottomframe" frameborder="no" scrolling="No" noresize="noresize" id="bottomframe" title="bottomframe" />
</frameset>
</frameset>
<frame src="BottomBanner.aspx" name="bottomxian" frameborder="no" scrolling="No" noresize="noresize" id="bottomxian" title="bottomxian" />
</frameset>
<noframes>
<body>
</body>
</noframes>
</html>
使用iframe的话,只需要将各个链接的target属性设置为iframe的ID即可。
或者采用AJAX的方式异步加载所有的页面,然后在当前页面显示。
我一直作的都是iframe,但和楼上的不同!我直接用SRC做的!
做web应用程序开发 用extjs 很好 对于前台显示不用花力气去做
Ext是一个用jscript(javascript)所写的一个ajax框架,结合javascript和ajax技术
http://www.cnblogs.com/mogen_yin/ 从这里可以知道一切