I have a div as such:
I contains a few hundred records and allows me to select an i
Replace thebody with document.getElementById("divTest")
thebody
document.getElementById("divTest")
If you worry that the onscroll event does not work in opera/ff, you can try changing
thebody.onscroll=SaveScrollLocation;
to
setInterval('SaveScrollLocation()", 500);