From: Ronald <mu0...@bu...> - 2004-09-22 14:19:46
|
Hi! I would like to be able to find the X and Y Offset of the current document. I can't see it in the current dynapi. Is this the right place to submit such a suggestion? I guess something like this should do it (in dyndocument.js): p.pageYOffset = function() { return dynapi.ua.ie?document.body.scrollTop:window.pageYOffset; } p.pageXOffset = function() { return dynapi.ua.ie?document.body.scrollLeft:window.pageXOffset; } I've also submitted the suggestion in sourceforge/dynapi. What do you think? Ronald |