PDA

View Full Version : How to get a scroll point??


ucm
11-02-2003, 05:13 PM
I've been working on a new project for a few weeks here...

i've gotten really stuck onthis one...

all i really need to know is how to get the scroll position of a page in an iframe? ( think: document.currentScrollPosition )

then i'm going to use document.scrollTo() to put it back at that same position later for the user...

Jon Hanlon
11-02-2003, 10:09 PM
http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/scrolltop.asp

ucm
11-03-2003, 09:12 PM
Niiiice, thanx :D