viser ikke iframe tabel
Hej hejJeg kan ikke forstå hvorfor, at jeg ikke kan se min iframe på www.borki.dk - gæstebog.
her er mit script
se.php:
<HTML>
<head>
</head>
<body bgcolor="#DFD5CA"
<span style="height: 100%; width: 25%;
scrollbar-face-color: #4C5249;
scrollbar-hightlight-#4C5249 ;
scrollbar-shadow-color: #4C5249;
scrollbar-3dlight-color: #4C5249;
scrollbar-arrow-color: #B6950E;
scrollbar-track-color: #4C5249;
scrollbar-darkshadow-color: #4C5249; overflow: auto;">
<?
$conn = mysql_connect("localhost", "aaaaaa", "aaaaaaa");
mysql_select_db("Borki_dk");
$SQL = "select * from gbog order by id desc";
$result = mysql_query($SQL) or die(mysql_error());
while($line = mysql_fetch_array($result, MYSQL_ASSOC)) {
echo"<table border=\"0\" width=\"15%\">
<tr>
<td width=\"15%\"><b><blockquote>Navn:</b></td>
<td width=\"15%\">".$line['navn']."</td>
</tr>
<tr>
<td width=\"15%\"><b><blockquote>Mail:</b></td>
<td width=\"15%\"><a href=\"mailto:".$line['mail']."\">".$line['mail']."</a></td>
</tr>
<tr>
<td width=\"15%\"><b><blockquote>Url:</b></td>
<td width=\"25%\"><a href=\"".$line['url']."\" target=\"_top\">".$line['url']."</a></td>
</tr>
<tr>
<td width=\"15%\"><b><blockquote>favorit hjemmeside</b></td>
<td width=\"15%\"><a href=\"".$line['hjemmeside']."\" target=\"_top\">".$line['hjemmeside']."</a></td>
</tr>
<tr>
<td width=\"15%\"><b><blockquote>Henvist:</b></td>
<td width=\"25%\">".$line['henvist']."</td>
</tr>
<tr>
<td width=\"15%\"><b><blockquote>Besked:</b></td>
<td width=\"15%\">".$line['besked']."</td>
</tr>
</table>
<HR>";}
?>
</span>
</body>
<BODY style="background-color: transperant;">
</html>
