HTML框架/框架集不显示内容 [英] HTML frame/frameset not display the content

查看:346
本文介绍了HTML框架/框架集不显示内容的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我设计了一个包含三个框架的简单页面,如下所示.问题是仅显示顶部框架的内容,而不显示其他内容.任何评论都非常感谢.

hi all,

I have design a simple page with three frames as follows. Issue is only the content of the top frame is displayed but not the others. Any comment really appreciate.

<frameset rows="100,*" frameborder="0" border="0" framespacing="0">
    <frame name="topNav" src="top.htm">
        <frameset cols="200,*" frameborder="0" border="0" framespacing="0">
            <frame name="menu" src="menu.php" marginheight="0" marginwidth="0" scrolling="auto" noresize>
                <frame name="content" src="content.php" marginheight="0" marginwidth="0" scrolling="auto" noresize>
                    <noframes>
                        <p></p>
                    </noframes>
        </frameset>
</frameset>




我发现问题只出现在php页面上,而不是htm或html




I figured it out that the issue rises only with php pages, not with htm or html

推荐答案

,您确定问题不是content.php本身不返回任何东西吗?
Are you sure the issue is not content.php itself not returning anything ?


这篇关于HTML框架/框架集不显示内容的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆