Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Star
13736 Points
3177 Posts
Mar 20, 2007 01:40 PM|LINK
Also try changing this in your GetCoords() function:
document.getElementById('scrollLeft').value = scrollX; document.getElementById('scrollTop').value = scrollY
Hope this helps!
JoshStodola
Star
13736 Points
3177 Posts
Re: Using javascript to maintain the scroll position.
Mar 20, 2007 01:40 PM|LINK
Also try changing this in your GetCoords() function:
document.getElementById('scrollLeft').value = scrollX;document.getElementById('scrollTop').value = scrollY
Hope this helps!