QUESTO E' IL TEMPLATE DOVE SONO INSERITI I VARI IFRAME:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<script language="javascript">
function swapcolor() {
if (document.getElementById("singola").style.backgrou ndColor=="#3664a2"){
document.getElementById("singola").style.backgroun dColor="#417bc9";
document.getElementById("multipla").style.backgrou ndColor="#3664a2";
document.getElementById("sistema").style.backgroun dColor="#3664a2";
}
}
function swapcolor2() {
if (document.getElementById("multipla").style.backgro undColor=="#3664a2"){
document.getElementById("multipla").style.backgrou ndColor="#417bc9";
document.getElementById("singola").style.backgroun dColor="#3664a2";
document.getElementById("sistema").style.backgroun dColor="#3664a2";
}
}
function swapcolor3() {
if (document.getElementById("sistema").style.backgrou ndColor=="#3664a2"){
document.getElementById("sistema").style.backgroun dColor="#417bc9";
document.getElementById("singola").style.backgroun dColor="#3664a2";
document.getElementById("multipla").style.backgrou ndColor="#3664a2";
}
}
</script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>xxxxxxxx</title>
<link type="text/css" rel="stylesheet" href="css/xxx.css">
<style type="text/css">
.Stile1 {color: #FFFFFF}
.Stile6 {color: #CCCCCC}
</style>
</head>
<body leftmargin="0" topmargin="0">
<table width="100%" border="0">
<tr>
<td><iframe id="intestazione" name="intestazione" src="/web/Locale.do?dispatch=index" width="100%" height="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0">NOT IFRAME SUPPORTED</iframe></td>
</td>
</tr>
</table>
<table width="100%" height="100%" border="0" align="left" cellpadding="0" cellspacing="0">
<tr>
<td width="20%" valign="top">
<table width="100%" border="0">
<tr>
<td valign="top">
<iframe id="left1" name="left1" src="/web//sport.do?dispatch=topCategory" width="100%" height="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0">NOT IFRAME SUPPORTED</iframe></td>
</tr>
</table>
</td>
<td width="55%" valign="top">
<table width="100%" border="0">
<tr>
<td valign="top">
<iframe id="center1" name="center1" src="hotnews.htm" width="100%" height="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0">NOT IFRAME SUPPORTED</iframe></td>
</tr>
</table>
<table width="100%" border="0">
<tr>
<td valign="top"><iframe id="center2" src="risultati.htm" width="100%" height="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0">NOT IFRAME SUPPORTED</iframe></td>
</tr>
</table>
</td>
<td width="25%" valign="top">
<table width="100%" border="0">
<tr>
<td valign="top"><iframe id="right1" src="/web/bet.do?dispatch=hotspot" width="100%" height="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0">NOT IFRAME SUPPORTED</iframe></td>
</tr>
</table>
<table width="100%" border="0">
<tr>
<td valign="top"><iframe id="right2" src="/web//sport.do?dispatch=nextEvents" width="100%" height="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0">NOT IFRAME SUPPORTED</iframe></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="3" ></td>
</tr>
</table>
</body>
</html>

:
Rispondi quotando