Version: 4.1.1.00.23
Theme: Classic Blue
Page Template: One Level Tabs
Hello,
I have 6 Classic Reports on the page. Some have Filters with Cascading LOV's and Button's to Submit the Page after the Filters are selected.
The Page reloads back to the top after Submitting from the Filters.
I would like to have the page remain on the Region where the submission happened so the User's don't have to scroll back to the Region that they are viewing/working with.
I found this article: http://http://www.apexninjas.com/blog/2011/02/stay-in-page-section-after-submit-on-same-apex-page-unconditional-branch-to-same-page-section/ from Apex Ninjas, but the page still reloads at the top.
I've also tried to put an anchor tag at the bottom of the Page Template in the Body section after all the tags:
<table summary="" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td valign="top"><a id="t13Logo2" href="#">#LOGO#</a><br />#REGION_POSITION_06#</td>
<td width="100%" valign="top">#REGION_POSITION_07#</td>
<td valign="top">#NAVIGATION_BAR#<br />#REGION_POSITION_08#</td>
</tr>
</table>
<div id="t13PageTabs"><table cellpadding="0" cellspacing="0" border="0" summary="" class="t13PageTabs"><tbody><tr>#TAB_CELLS#</tr></tbody></table>
</div>
<div id="t13BreadcrumbTop"> </div>
<table class="t13Layout" cellpadding="0" cellspacing="0" border="0" summary="" width="100%">
<tr>
<td class="t13BreadcrumbRegion"><div class="t13Breadcrumbs">#REGION_POSITION_01#<span id="t13Customize">#CUSTOMIZE#</span></div></td>
</table>
<a name="SkipRepNav"></a>
<div id="t13MessageHolder">#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#</div>
<div class="t13BodyMargin">
<table summary="" cellpadding="0" cellspacing="0" border="0" height="70%">
<tr>
<td valign="top" width="100%">#BOX_BODY##REGION_POSITION_02##REGION_POSITION_04#</td>
<td class="t13ColumnSep"><div class="t13ColumnSep"><br /></div></td>
<td valign="top"><div style="float:right;">#REGION_POSITION_03#</div></td>
</tr>
</table>
</div>
<a name="APPLY_FILTERS_MPL_LT"></a>
I have a Branch:
On Submit After Processing
Target Type of URL
URL of: f?p=&APP_ID.:124:&SESSION.::::#APPLY_FILTERS_MPL_LT
But the Page still loads at the top and scrolling is needed.
Can someone help me to get this working?
What information can I provide?
Thanks,
Joe