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!

Using Named Anchor in "Branch To Page"

437968Jun 5 2006 — edited Oct 12 2007
Hi,

I have a table where the last row is "editable". When the user hits "submit" the branch to goes back to the same page the user can enter in the next item. When the list gets long it becomes a pain to scroll down to the bottom to enter in the next item.

I can easily define HTML anchors <a name="new_row">My new row</a> ... How can I include the anchor in the branch to page attributes?

Ex: after a submit it'll bring me back to: /f?p=100:1:<session>::NO::P3_ID:1

Now the kicker is that I've got a check sum on this page so the real URL looks a bit more like: /f?p=100:1:<session>::NO::P3_ID:1&cs=<csvalue>

In the end I'd like it to look like: /f?p=100:1:<session>::NO::P3_ID:1&cs=<csvalue>#new_row
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 9 2007
Added on Jun 5 2006
11 comments
1,703 views