我用的是zend stdio for eclipse,用他自带的调试,他没说错什么的,老大说过这个自带的调试不好用,叫我们用firebug,我下了,发现不会用

解决方案 »

  1.   

    先看一下空白时源码是什么,也许从中可以找到原因。不行的话把这段代码变成html文件,再显示看能不能正常
      

  2.   

    你看你能运行head.php么
    分开运行下,看看          improtant.php,internal.ph,poverseas.php都能否运行  
    这样好找错误
      

  3.   

    <body> 
    <frameset>
    两个标记不能同时存在的。改成下面的
    <html> 
    <head> 
    <title> news </title> 
    </head> <frameset   rows="20%,*"> 
    <frame   src="head.php"   scrolling=no> 
                  <frameset   cols="30%,*"   border=1> 
                  <frame   src="improtant.php"   name=improtant   scrolling=no   > 
                                      <frameset   rows="50%,*"   border=1> 
                                      <frame   src="internal.php"   name=internal   scrolling=no> 
                                      <frame   src="overseas.php"   name=overseas   scrolling=no> 
                                      </frameset> 
                  </frameset> 
    </frameset> </html> 
      

  4.   

    放在
    <html> 
    <head> 
    <title> news </title>
    frameset   rows="20%,*"> 
    <frame   src="head.php"   scrolling=no> 
                  <frameset   cols="30%,*"   border=1> 
                  <frame   src="improtant.php"   name=improtant   scrolling=no   > 
                                      <frameset   rows="50%,*"   border=1> 
                                      <frame   src="internal.php"   name=internal   scrolling=no> 
                                      <frame   src="overseas.php"   name=overseas   scrolling=no> 
                                      </frameset> 
                  </frameset> 
    </frameset> 
    </head>
    <body>
    </body>
    </html>
      

  5.   

    谢谢楼上各位,原来这么简单body与frameset不能同时用。但第二个简单问题各位能否再帮一下忙,我的图片无法显示,我的图片放在这些程序文件的同一目录下的IMG子目录中。
      

  6.   

    【./IMG/title.gif】或【IMG/title.gif】