Hi Leute,
ich habe das Problem, dass ich ein frameset in einem script eingebaut habe, dieses aber nich mehr angezeigt wird.
Hier einmal das Scriptausschnitt:
Code:
<!-- Body -->
<body style="font-family: Times;background-color: #000000;"onload="window.setTimeout('datumuhr()',1000)">
<table border="0" cellpadding="0" cellspacing="0">
<!-- Mitte -->
<tr>
<td>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td colspan="4" style="background-image: url(img/9.png); border: 0px; height: 16px; width: 1111px;">
</td>
</tr>
<tr>
<td style="background-image: url(img/11.png); background-repeat: no-repeat; width: 15px; height: 729px; border: 0px;">
</td>
<td valign="top" style="border: 0px;background-image: url(img/5.png); background-repeat: repeat-x; height: 830px; width: 832px;">
<br>
<frameset cols='100%' border='0' frameborder='0' framespacing='0'> <!-- Bereich -->
<frame name='' src='galerie/thumbnails.php?src=hi'/> <!-- Bereich -->
</frameset> <!-- Bereich -->
</td>
<td style="background-image: url(img/12.png); background-repeat: repeat-y; border: 0px; height: 729px; width: 29px;">
</td>
<td valign="top" style="background-color: #393838; background-image: url(img/8.png); background-repeat: no-repeat; border: 0px; height: 729px; width: 235px;color: #FFFFFF;">
<?php
if($part=="Technik")
{
echo"sasasdasd";
}
?>
</td>
</tr>
<tr>
<td colspan="4" style="background-image: url(img/10.png); height: 35px; width: 1111px;">
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
Ich hoffe jemand kann mir helfen.
Robin