putroppo non posso passarti il link perchè sto lavorando su localhost per via degli script php, ti posto la struttura della home page. Premetto che presi ed eseguiti singolarmente in finestre separate tutti gli script che compongono gli iframe vengono eseguiti perfettamente.
struttura pagina index2.php:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>...::: ARKANE UNIVERSITY - THE WORLD OF NAGGHARA:::...</title>
<link href="style/style_game.css" rel="stylesheet" type="text/css" />
</head>
<script language="javascript">
<!--
alert ("Ricordati che è solo un gioco e nulla di quello che succede qui dentro è reale");
alert ("Questa è la versione Beta di Arkane University - si potrebbero presentare dei bug che verranno regolarmente segnalati dai Tester al fine di migliorare il gioco");
//-->
</script>
<body>
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="250" valign="top">[img]grafica/sopra_ruota.jpg[/img]</td>
<td width="10" height="5" bgcolor="#FF0000" class="dark_sfondo"></td>
<td width="20" height="10" class="dark_sfondo">
<iframe src="check_cookie.php" name="controllo_cookie" width="100%" height="10" frameborder="0" scrolling="no"></iframe></td>
<td height="10" width="20" class="dark_sfondo">
<iframe src="check_carisma.php" name="controllo_carisma" width="100%" height="10" frameborder="0" scrolling="no" ></iframe></td>
<td height="10" align="center" class="dark_sfondo"></td>
<td height="10" align="center" class="dark_sfondo"></td>
</tr>
<tr>
<td width="250" height="200" valign="top">
<iframe src="ruota.php" name="Ruota" width="250" height="200" frameborder="0" scrolling="no" ></iframe></td>
<td width="10" bgcolor="#FF0000"><div class="lato_chats_alto"></div></td>
<td colspan="4" rowspan="6" width="100%" height="100%" valign="top" align="center"><iframe src="mappa.php" scrolling="no" name="game" frameborder="0" height="100%" width="100%" align="default"></iframe></td>
</tr>
<tr>
<td width="250" height="80" valign="top" bgcolor="#000000">[img]grafica/sottoruota.gif[/img]</td>
<td width="10" bgcolor="#FF0000" class="lato_chats"></td>
</tr>
<tr>
<td width="250" height="80" valign="top" bgcolor="#000000" style="border-bottom:#FFFFFF 1px solid;">
<iframe src="meteo.php" name="condizioni meteo" width="250" height="80" frameborder="0" scrolling="no" ></iframe></td>
<td width="10" height="80" valign="top" bgcolor="#FF0000" class="lato_chats"></td>
</tr>
<tr>
<td width="250" height="200" valign="top" bgcolor="#000000" style="border-bottom:#FFFFFF 1px solid;">
<iframe src="locations.php" frameborder="0" name="Locazioni" scrolling="yes" width="250" height="200"></iframe></td>
<td width="10" height="200" valign="top" bgcolor="#FF0000" class="lato_chats"></td>
</tr>
<tr>
<td valign="top" bgcolor="#000000"></td>
<td width="10" height="100%" valign="top" bgcolor="#FF0000" class="lato_chats"></td>
</tr>
</table>
</body>
</html>
dimmi te se noti qualcosa che non va.
L'iframe incriminato è quello commentato con LOCAZIONI

Rispondi quotando