Udvid Ifram
Hej jeg skal ha lavet det sådan at når der kommer nogle dumme HTML.doc ind i min iframe så udvider den sige automatisk alt efter str. kan det lade sig gøre eller skal man til at kode php eller !?KODE :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>INdex</title>
<link href="css.css" rel="stylesheet" type="text/css" />
</head>
<body>
<center>
<table width="700" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td colspan="5" class="border">
banner</td>
</tr>
<tr>
<td colspan="3" height="5">
</td>
</tr>
<tr >
<td width="150" class="border">
menu
</td>
<td width="5" >
</td>
<td class="border" height="100%"><iframe name="main" src="test.html" width="440" height="100%" frameborder="0" > </iframe>
</td>
</td>
<td width="5" >
</td>
<td width="100" class="border">
filmstrip</td>
</tr>
<tr >
<td colspan="3">
bunden</td>
</tr>
</table>
</center>
</body>
</html>