如果网址不变的话,我只会用框架实现,一般是放在后台用的
直接用个框架就可以了!
<html>
<head>
<TITLE>管理中心</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<frameset cols="180,*" frameborder="NO" border="0" framespacing="0" rows="*">
<frame name="leftFrame" scrolling="AUTO" noresize src="menu.asp">
<frame name="mainFrame" src="admin.asp">
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</noframes>
</html>