Announcement

Collapse
No announcement yet.

Anchor Tags and Account holders

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Anchor Tags and Account holders

    Is it possible to code an anchor tag link so that it goes to the correct part of a page when a user has logged in?

    At the moment a 'back to top' anchor tag causes the web site to lose the logged in account information, and redirects the user to the actalog/index.html page.

    Any help much appreciated.

    Dave

    #2
    Can anybody help with anchor tags?? This is the only part of our web site that doesn't work now with logged in users...

    Comment


      #3
      In the 'Curves' theme, the 'Back to Top' link in Act_Primary.html uses the following code:
      Code:
      <img src="back_to_top.gif" width="108" height="27" border="0" alt="Back to Top" OnClick="GotoAnchor('top')">
      SO it looks like you can use the OnClick handler in <a> tags or <img> tags to go to an anchor and not log people out.

      Comment

      Working...
      X