|  | 
 
| 这个问题搞一两天了,一直没有进展,现在发现是Code框架的问题还是我的设置问题, 请大家来帮忙???
 
 紧急....谢谢....
 
 以下是我的文件,
 
 其它的几个文件都在views/admin/下面..HTML复制代码 复制代码<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html><head><title> 在线目录后台 </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<frameset rows="60,*,27" frameborder="no" border="0" framespacing="0">
  <frame src="./system/application/views/admin/top.php" name="topFrame" scrolling="no">
  <frameset rows="*" cols="0,*" name="ecc" framespacing="0" frameborder="no" border="0">
    <frame src="menu.php" name="mainFrame" border="0" scrolling="no">
    <frame src="main.php" name="rightFrame" scrolling="auto">
  </frameset>
  <frame src="bottom.php" name="bottomFrame" scrolling="no">
</frameset>
</html>
 也就是这些都在同一级目录下面..
 
 请大家帮忙看下...管理员谢谢你能及时给个回答....
 | 
 |