Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Feedback on: irt.org FAQ Knowledge Base Q1481

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


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 21st December 2007. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.