<font face="arial" size="2">Hi Terry,<br /><br />   I'm not sure what's available for strict DOM browsers, but in IE you may be able to catch the onscroll event and record the position (though I'm not entirely sure how to get it with the available properties), and then adjust it with the doScroll method after loading the page again.  Maybe the onscroll event only advances a specific amount each time, in which case you could use that to your advantage.<br /><br />HTH,<br /><br />Peter<br /><br /></font>
                <font face="Tahoma, Arial, Sans-Serif" size="2">
                                <b>From</b>: Terry Riegel <a href="mailto:riegel@clearimageonline.com">riegel@clearimageonline.com</a><br /></font>
                <br />Is there a way to remember the scroll value of a textarea, and upon <br />reload scroll to that spot again. Basically I would like to save the <br />current scroll value to a hidden field, then when the form is <br />submitted the server has that value, then when the page is displayed <br />again it will auto scroll to that spot. I can handle all of the <br />server side stuff. I just need to know how to find the scroll value, <br />and how to scroll to that value.<br /><br />Thanks for any help?