cenarius_88
08-03-2012, 18:25
Salve: mi sorge questo "dubbio"
Implementando un sito col seguente schema (http://i40.tinypic.com/10s4shg.png)
momentaneamente ho creato una configurazione del genere
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="it">
<head>
<title>Titolo</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<link rel="shortcut icon" href="images/icon.ico">
<link href="css/Menu.css" rel="stylesheet" type="text/css" />
<link href="css/StyleSheet.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="js/menu.js" type="text/javascript"></script>
</head>
<body>
<div id="container">
<!--#include file="header.htm"-->
<!--#include file="menu.htm"-->
<div id="pages">
<!--#include file="home.htm"-->
</div>
<!--#include file="footer.htm"-->
</div>
</body>
</html>
Volevo sapere se puņ essere utile, o essere "uguale", implementare la stessa forma tramite il sistema frame ed eventualmente quali vantaggi/svantaggi posso avere
Grazie dell'attenzione
Implementando un sito col seguente schema (http://i40.tinypic.com/10s4shg.png)
momentaneamente ho creato una configurazione del genere
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="it">
<head>
<title>Titolo</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<link rel="shortcut icon" href="images/icon.ico">
<link href="css/Menu.css" rel="stylesheet" type="text/css" />
<link href="css/StyleSheet.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="js/menu.js" type="text/javascript"></script>
</head>
<body>
<div id="container">
<!--#include file="header.htm"-->
<!--#include file="menu.htm"-->
<div id="pages">
<!--#include file="home.htm"-->
</div>
<!--#include file="footer.htm"-->
</div>
</body>
</html>
Volevo sapere se puņ essere utile, o essere "uguale", implementare la stessa forma tramite il sistema frame ed eventualmente quali vantaggi/svantaggi posso avere
Grazie dell'attenzione