fixing scroll positions
I have a situation in a form where a checkbox when selected causes another component to be enabled. To allow that I set the checkbox to "autosubmit on change" however doing this causes the page to be reloaded, which readjusts the position of the scrollbars , which is annoying to the user. Is there any in a jsp page to fix the position of the scrollbars before and after a page reload? The same thing happerns both in IE and Firefox.

