Visualizzo pagina bianca.
Codice HTML:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Nuova pagina 1</title>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="799" height="543">
<!-- MSTableType="layout" -->
<tr>
<td id=cella2 valign="top" colspan="2" height="74">
<!-- MSCellType="ContentHead" -->
</td>
</tr>
<tr>
<td id=cella1 valign="top" height="49">
<!-- MSCellType="ContentHead2" -->
</td>
<td valign="top" rowspan="2" width="138">
<!-- MSCellType="NavBody" -->
</td>
</tr>
<tr>
<td id=cella3 valign="top" height="420" width="661">
<!-- MSCellType="ContentBody" -->
</td>
</tr>
</table>
<script type=text/javascript>
scripts=new Array("script 1","script 2","script 3");
celle=new Array("cella1","cella2","cella3");
document.getElementById(Math.floor(celle.length*Math.random())]).innerHTML=script[Math.floor(scripts.length*Math.random())];
</script>
</body>
</html>