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



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to