Hello, is there a way to ONLY resize the height of the clients browser window?
Using the "resizeTo(width, height)" function forces you to supply a width value. Initially, I thought, no problem...I'll just pass the current width of the window to the function; however, I can't seem to get that. window.width is undefined, window.innerWidth is underfined, etc, etc. This is being done as the window is being loaded. Any thoughts?
Thanks,
-bitwise
Using the "resizeTo(width, height)" function forces you to supply a width value. Initially, I thought, no problem...I'll just pass the current width of the window to the function; however, I can't seem to get that. window.width is undefined, window.innerWidth is underfined, etc, etc. This is being done as the window is being loaded. Any thoughts?
Thanks,
-bitwise