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.

[441 byte] By [nry2006] at [2007-11-26 7:46:26]
# 1
Setting the focus on the page component you want the user to see might work.
Rradhika at 2007-7-6 19:59:28 > top of Java-index,Development Tools,Java Tools...