So, erstmal hallo!
ich arbeite mit Freunden an einem kleinen Broser-Game und nun haben wir ein Problem. Das framset wird mit einem Javascript erzeugt.
//HIER
<?
session_start ();
?>
<html>
<script language="JavaScript" type="text/javascript">
<!--
function change(url1,url2,url3,url4,url5,url6)
{
parent.left.document.location = url1;
parent.main.document.location = url2;
parent.top.document.location = url3;
parent.bottom.document.location = url4;
parent.list.document.location = url5;
parent.monitor.document.location = url6;
}
-->
</script>
<body onLoad="change('game.left.php','index.main.php','game.top.php','game.bottom.php','game.righttop.php','game.rightd.php'); return false;">
</body>
</html>
//HIER ENDE
problem ist nun, firefox zeigt alles wunderbar an, aber unter IE kommt NUR die URL3... Hat einer von euch ne idee??