You are here: irt.org | About | Feedback | 2767 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q1481
Sent by
John Hurst on May 25, 2001 at 09:55:31:
Worth:
Worth reading
Comments:
It didn't work, but it did give me a baseline to start from. Below is the code I used to make this work. It is only for IE was tested on IE 5.5
<script language="JavaScript">
function ResizeMe()
{
var height = 0;
if (document.all)
//height = document.all.body.height
height = document.body.clientHeight - 63;
window.resizeTo(380,height);
alert (height)
}
</script>
Other feedback on 'irt.org FAQ Knowledge Base Q1481' - show all