Results 1 to 3 of 3

Thread: Anchor tags and page loading

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2005
    Location
    Up State NY
    Posts
    525

    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)

  2. #2

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2005
    Location
    Up State NY
    Posts
    525

    Re: Anchor tags and page loading

    Some one must know how to force a page onload to a specific <a name> tag.

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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
  •  



Click Here to Expand Forum to Full Width