ciao ragazzi,con explorer quando visito questa pagina spesso le pagine incluse non si vedono e spunta "impossibile visualizzare la pagina"
sapete perchè?
codice:
<html>
<head>
<title>Administration Panel</title>
</head>
<frameset cols="20%,*" resizable=0>
<frame name="menu" src="menu.php" scrolling="auto" noresize></frame>
<frame name="center" src="config.php" scrolling="auto" noresize></frame>
<noframes>
<body>
Your browser does not support frames.Please update it.
</body>
</noframes>
</frameset>
</html>