Accurate resizeTo or innerWidth?
When I resize a window using:
window.resizeTo(820,650)
the results are inaccurate due to varying sizes of the frames of the window.
What I really want to do is change the:
innerWidth and innerHeight
how can I do this?