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)