Hi,
I'm working on a Java Applciation and would like to include AJAX so that large portions of the screen is dynamically updated without the page refreshing or the user loosing their place.
The AJAX side of things I have working very well (I'm using the excellent JSRS library). However, when I update the screen it scrolls back to the top of the page.
We're using IE 6. I'm updating the screen by locating a "div", then setting it's "innerHTML" property.
Any ideas please? With this scrolling problem, it is rendering the AJAX mechanism useless and (from a usability point of view) we may as well simply submit and refresh the screen as in a normal web application.![]()
Chris.



Reply With Quote

Bookmarks