|
|||||||
|
|
|
![]() |
|
|
Strumenti |
|
|
#1 |
|
Member
Iscritto dal: Nov 2007
Città: Alcamo
Messaggi: 103
|
[HTML] SSI o FRAMESET
Salve: mi sorge questo "dubbio"
Implementando un sito col seguente schema momentaneamente ho creato una configurazione del genere Codice:
<!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>
Grazie dell'attenzione |
|
|
|
|
| Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 21:59.



















