Results 1 to 1 of 1

This is a discussion on problems with php files within the Chrome Troubleshooting section, part of the Google Chrome category: Hi all, dont understand why chrome doesnt load files marked with **** Im asked if want to download them instead ...


  1. #1
    paparucino is offline Junior Member
    Join Date
    Dec 2010
    Posts
    1

    Default problems with php files

    Hi all,
    dont understand why chrome doesnt load files marked with ****
    Im asked if want to download them instead loading and show

    Update
    Changed file extension from .php to .html and both files are loaded.
    Forgot... everything runs on local disks, there is no access to the internet or other strange things


    Thannk you in advance

    ===========================================

    HTML Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" 
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> 
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"    lang="en"    dir="ltr"> 
     
    <head> 
     <title>Foo</title> 
    <link rel="icon" href="favicon.ico" /> 
    </head> 
    
    <frameset rows="12%,*" frameborder="0" cols="*" > 
        <frame name="top" scrolling="no" noresize src="top.html" /> 
        <frameset frameborder="0" cols="140,*" > 
            <frame name="left" src="left.php" scrolling="no" /> *****
            <frame name="pagina" src="main.php" scrolling="yes" /> ****
        </frameset> 
    <noframes> 
    <body> 
     
    </body> 
    </noframes> 
    </frameset> 
    </html> 
    Last edited by paparucino; 12-19-2010 at 03:43 PM.

Similar Threads

  1. how to download CRX files
    By Claudia in forum Themes Troubleshooting
    Replies: 3
    Last Post: 12-01-2011, 09:26 AM
  2. Is there a way to save files?
    By Hmmlol in forum Plugins Development
    Replies: 7
    Last Post: 09-28-2011, 09:41 PM
  3. Start exe Files?
    By Lawliet in forum Plugins Development
    Replies: 3
    Last Post: 10-14-2010, 02:41 PM
  4. PDF Files won't open
    By joseibarra in forum Chrome Troubleshooting
    Replies: 7
    Last Post: 01-10-2010, 10:57 AM
  5. downloading files
    By eliteslasher in forum Bugs and Vulnerabilities
    Replies: 4
    Last Post: 08-30-2009, 04:55 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •