|
-
Aug 15th, 2008, 09:02 AM
#1
Thread Starter
Fanatic Member
Anchor tags and page loading
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)
-
Aug 15th, 2008, 12:58 PM
#2
Thread Starter
Fanatic Member
Re: Anchor tags and page loading
Some one must know how to force a page onload to a specific <a name> tag.
-
Aug 16th, 2008, 02:53 AM
#3
Re: Anchor tags and page loading
When returning from the update page, send the user to
pagename#Item10
Of course, the area of Item 10 should have an <a name> there so that when the page does load, it automatically jumps. It's very similar to the forum posting feature.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|