thinkphp2.1 中不能显示 frameset框架,求助!

浏览:581 发布日期:2014/07/04 分类:求助交流
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 frameset//EN">
<HTML>
<HEAD>
<title>管理中心 V1.0</title>
<meta http-equiv=Content-Type content="text/html; charset=utf-8">
<meta http-equiv=Pragma content=no-cache>
<meta http-equiv=Cache-Control content=no-cache>
<meta http-equiv=Expires content=-1000>
<link href="__ROOT__/test/css/admin.css" type="text/css" rel="stylesheet">
</HEAD>
<frameSET border=0 frameSpacing=0 rows="60, *" frameBorder=0>
<frame name=header src="__URL__/Index/header.html" frameBorder=0 noResize scrolling=no>
<frameSET cols="170, *">
<frame name=menu src="__URL__/Index/menu.html" frameBorder=0 noResize>
<frame name=main src="__URL__/Index/main.html" frameBorder=0 noResize scrolling=yes>
</frameSET>
</frameSET>
<noframes>
</noframes>
</HTML>
最佳答案
评论( 相关
后面还有条评论,点击查看>>