I have a page that contains several tables, that are built one after another.
Each table contains data, identified by an ID nuimber and has a Close item button as well as an Edit button.
If the 10Th item needs to be edited, it moves to the edit page, then the update DB page.
On completing this, It returns to the big display page. On return, I want it to move to show the edits made on the item.

I thought about the <A name> tag, but not sure how to fire it on page load. Can that be done?

(Sorry for the ramble)