DTD sIckNesS
19-01-2001, 21:27
i got this:
<script language="JavaScript1.2">
<!--
window.moveTo(0,0);
if (document.all) {
window.resizeTo(screen.availWidth,screen.availHeight);
}
else if (document.layers) {
if (window.outerHeight<screen.availHeight||window.outerWidth<screen.availWidth){
window.outerHeight = screen.availHeight;
window.outerWidth = screen.availWidth;
}
}
//-->
</script>
problem is, it only resizes the window, and doesn't maximize it in the proper sense of the word, can anyone help me?
<script language="JavaScript1.2">
<!--
window.moveTo(0,0);
if (document.all) {
window.resizeTo(screen.availWidth,screen.availHeight);
}
else if (document.layers) {
if (window.outerHeight<screen.availHeight||window.outerWidth<screen.availWidth){
window.outerHeight = screen.availHeight;
window.outerWidth = screen.availWidth;
}
}
//-->
</script>
problem is, it only resizes the window, and doesn't maximize it in the proper sense of the word, can anyone help me?