Using Named Anchor in "Branch To Page"
437968Jun 5 2006 — edited Oct 12 2007Hi,
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