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>


LinkBack URL
About LinkBacks



Reply With Quote