Home  >  Article  >  Web Front-end  >  urgent! The page loaded with frameset layout does not display_html/css_WEB-ITnose

urgent! The page loaded with frameset layout does not display_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:14:061482browse

I have four pages: index.htm top_frame.htm middle_frame.htm bottom_frame.htm
Then the code of index.htm is as follows:
58572f1fe473b5c6f561e7eb869db6ad
100db36a723c770d327fc0aef2ce13b1
93f0f5c25f18dab9d176bd4f6de5d30e
f860775cd95e67ed8e16c79e5aa8ad2f
b2386ffb911b14667cb8f0f91ea547a7Untitled Document6e916e0f7d1e588d4f442bf645aedb2f
9c3bca370b5104690d9ef395f2c5f8d1

6c04bd5ca3fcae76e30b72ad730ca86d36cc49f0c466276486e50c850b7e4956
dac9b5fe5c0b2d52d08c633d16bb93ff
bf59635cbca48c4a527b2f90de32e333
fc493cd9c4dffd1cdb90aee5f0b21ce4
6badab13885b7a594eff96eaa77f1871
eb5f059992a0ae0ef16884cb75644e40

73a6ac4ed44ffec12cee46588e518a5e
Browse the results When the browser opens index.htm, nothing is displayed. What is the reason?


Reply to discussion (solution)

Add closing tag

<frame src="top_frame.htm"></frame><frame src="middle_frame.htm"></frame> <frame src="bottom_frame.htm"></frame>

Add c025ed69e2a0a7ecd1b424ce71353652 Still doesn't work!

"http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>无标题文档 </title> </head> <frameset rows="30%,50%,20%"  border="0" framespacing="0"  frameborder="0">     <frame src="top_frame.htm"  marginWidth=0 marginHeight=0 frameBorder=no noResize >     <frame src="middle_frame.htm"  marginWidth=0 marginHeight=0 frameBorder=no noResize >     <frame src="bottom_frame.htm"  marginWidth=0 marginHeight=0 frameBorder=no noResize > </frameset> <noframes>    <body bgcolor="#FFFFFF">        <table width="100" border="4" align="left" cellpadding="10" cellspacing="2" height="100%">            <tr>                <td>                    <p align="center">                        <font color="#0000FF">浏览器功能支持限制</font></p>                    <p>                        &nbsp&nbsp&nbsp&nbsp非常抱歉,您的浏览器不支持框架模式,无法使用本模块,请使用支持框架的浏览器。</p>                    <p>                        <font color="#FF0000">*</font> <font color="#000099">建议使用 Internet Explorer 6.0 或版本更高的浏览器使用本模块。</font></p>                </td>            </tr>        </table>    </body></noframes></html> 

HTML code

"http://www.w3.org/TR/html4/loose.dtd">< ;html>93f0f5c25f18dab9d176bd4f6de5d30e5fe7219ca1a8a3f842ed527651d5eef9b2386ffb911b14667cb8f0f91ea547a7Untitled Document6e916e0f7d1e588d4f442bf645aedb2f9c3bca370b5104690d9ef395f2c5f8d1< framesetrows="30%,50%,20%" border="0" frame?-
Correct answer

I'll tell you the reason, just change the browser and it will work! ! Some browsers do not support frames, such as 360

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn