On Thu, Nov 26, 2009 at 10:20 PM, Eric Iverson <[email protected]> wrote: > There may be a way (I sure hope so) to fix the 'return to top of page'. This > was one of the nastiest things to get working across browsers and platforms. > In my limited experience it can be made to work as desired on any particular > system, but there are problems across platforms. Currently it depends on the > dead simple fact that giving focus onload on most systems scrolls to the > text input area. There is probably a minor tweak with javascript that will > get it to work on the iphone.
You have probably already thought of these possibilities, but... just in case: I imagine, worst case, you could detect browser versions with different support for different browsers. That said, perhaps named anchors or something like window.scrollTo() might work. -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
