Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Page Loads Scrolled to Bottom

3382884Oct 5 2017 — edited Oct 9 2017

Usually able to find solutions to my issues online but here is a the first issue I have been unable to resolve.

I am using APEX 5.1 and have a page using the left and right side columns template.   The center section is a regional display selector.    All functionality works great.

However, when I load the page it always displays in the middle or bottom of the page.   I have tried numerous javascript approaches to force it to the top.    One example is            document.getElementsByClassName("t-Body-contentInner").scrolltTop=0;   in the "Execute when Page Loads" Javascript section of the page with no result.

The user could click the ^ chevron at the bottom but that is not intuitive.   I have looked at that section of the page and it is a div without an ID.    The div appears to be:  

                                                                      <div class="t-Body-contentInner">

Any suggestions would be appreciated.

Dwain (Lake Tahoe, California)

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 6 2017
Added on Oct 5 2017
3 comments
498 views