Hallo,
bin totaler JS N00b und bräuchte einen <iframe> mit der Höhe des aktuellen Fensters. Klägliche Versuche u.a.:
<html>
<head>
<script type="text/javascript">
function wih() {
return window.innerHeight;
}
</script>
</head>
<body>
<iframe src="http://localhost/cgi-bin/gugstuhier.cgi" name="XMLBOX"
width="220" height="javascript:wih()" scrolling="no">
</iframe>
</body>
</html>
Aber die Größe ist irgendwie nicht nachvollziehbar. Any hints?
Thx. Rico