回复人: hzqghost(古月血魔) ( ) 信誉:99  2005-11-04 22:35:00  得分: 0  
 
 
   不懂就说不懂啦
干嘛说成奇怪问题  
嗯,利害

解决方案 »

  1.   

    代码如下:<?
        echo '
            <html>
            <head>
            <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
            <title>内容管理系统</title>
            </head>
            
            <frameset rows="118,*" cols="*" frameborder="NO" border="0" framespacing="0">
              <frame src="header.php" name="topFrame" scrolling="NO" noresize >
              <frameset rows="*" cols="160,*" framespacing="4" frameborder="YES" border="4">
                <frame src="left.php" name="leftFrame" id="leftFrame" scrolling="NO">
                <frame id="mainFrame" src="welcom.php" name="mainFrame">
              </frameset>
            </frameset>
            <noframes><body>
            </body></noframes>
            </html>
            ';
    ?>
      

  2.   

    问题已解决Linux下的Apache的配置文件里,
    以前是DirectoryIndex index.htm index.php
    改为DirectoryIndex index.php index.htm 
    就再也没有出现这种状况了真的自己不是专业。
      

  3.   

    狂晕,index.htm套在index.php里面阿。