After the site background landing iframe frame is blank, other pages can be opened separately

Source: Internet
Author: User
After the PHP background login adminmange_index.php page is a frame page, contains 3 pages, the code is as follows:
Define (' In_douco ', true);
Define (' No_check ', true);
Require (DirName (__file__). '/include/conn.php ');
$db->admin_check ($_session["user_id"],$_session["shell"]);
if ($_get["action"]== "Logout") {
$db->logout ();
}
?>




<title>Website Admin Center</title>







&lt;noframes&gt;&lt;/noframes&gt;
&lt;noframes&gt;&amp;lt;br/&amp;gt; &amp;lt;body leftmargin= "2" topmargin= "0" marginwidth= "0" marginheight= "0" &amp;gt; &amp;lt;br/&amp;gt; &amp;lt;p&amp;gt; your browser Version too low!!! The system requires IE5 and above to use this system. &amp;lt;/p&amp;gt; &amp;lt;br/&amp;gt; &amp;lt;/body&amp;gt; &amp;lt;br/&amp;gt;&lt;/noframes&gt;

In the browser above parsing is blank, right-click to see the source code can see, but the browser is a blank, the other pages I run alone under no problem, have a day do not know how? Conn.php is the configuration page.


Reply to discussion (solution)

Why no one to solve the next AH ~! Who's the master out there, please?

Make sure your three pages have content?

This kind of problem has been met before. If your page code is correct, then the BOM problem, the next editor to re-save the file, should be OK.

Must be a BOM problem, you may use Notepad to open the Save as UTF-8, this time will produce BOM header, you open with Dearm, modify? Page properties? The title code inside to see the BOM signature is not a hook, the hook removed, save just fine.

Must be a BOM problem, you may use Notepad to open the Save as UTF-8, this time will produce BOM header, you open with Dearm, modify? Page properties? The title code inside to see the BOM signature is not a hook, the hook removed, save just fine.

Yes, thank you.

This kind of problem has been met before. If your page code is correct, then the BOM problem, the next editor to re-save the file, should be OK.

Well, that's the BOM problem, thank you.
  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.