wwUtils.getScrollPosition

Returns an object that contains the curent scroll position for the browser.

var sroll = _wwUtils.getScrollPosition(); alert( scroll.srollLeft.toString() + " " + scroll.scrollTop.toString();


o.wwUtils.getScrollPosition()

Return Value

object with two properties:
.scrollLeft
.scrollTop

See also:

Class wwUtils


  Last Updated: 12/31/2006 | © West Wind Technologies, 2008