Hallo!
Kann mir vielleicht wer bei folgendem Problem weiterhelfen?:
ich veruche die lösung zum anpassen des fensters and die iframe größe nach folgender anleitung zu lösen:
http://forum.de.selfhtml.org/archiv/2004/8/t86712/
aber grieg es nicht hin.
hier mein code:
<script>
function anpassen()
{
document.getElementById('iframe').style.height = frames['iframe'].document.getElementById('inhalt').offsetHeight + 'px';
}
</script>
<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
<table width="710" border="0">
<tr>
<td>
<div id="inhalt"></div>
<iframe
src="http://vinosoft.at/mvkremnitztal/playground/gallery/main.php" name="show" id="meinIframe" width="710" scrolling="no" style="height:200px" onLoad="anpassen()"
marginheight="0" marginwidth="0" frameborder="0">
>
<p>Ihr Browser kann leider keine eingebetteten Frames anzeigen</p>
</iframe>
</td>
</tr>
</table>
</body>
was mache ich falsch?
mfg martin