When I change the "overflow" style on document.body from "hidden" to "auto", it forces a reload of a Java applet that is on the page.
I have set overflow to hidden because most of the time I don't want scrollbars to be visible on the page, but I'd like to enable them without losing state in my applet.
Is this possible, or is there another way I should be going about this problem?