Hi Chris,
You can use window.resizeTo to resize the window when it has loaded, e.g.:
<body onload="window.resizeTo(1024, 768);">
You can use document.body.scrollWidth and document.body.scrollHeight to get the width and height of the currently loaded document.
HtH,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|