Announcement

Collapse
No announcement yet.

Back Button Problems

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

    Back Button Problems

    A number of pages do not have a back button - Site Map, Terms And Conditions, Contact Us, Search, Search Results, Login,...
    So I thought I would have a back button on my 'Vertical Nav Bar Images' layout be available on all these pages. The anchor I am using for this is:

    <a href="<actinic:variable name="UpALevelPageURL" />" target="_self" onmouseover="SwapImage('nav_up','button_back_highlight.gif')" onmouseout="RestoreImage()"><img src="button_back.gif" alt="<actinic:variable name="BackIconText" />" border="0" name="nav_up" /></a>

    If you are on a page that is a subsection this takes you back to the correct previous page (subsection). However, if you are on one of the above mentioned 'special' pages (Site Map,...) it takes you back to the home page (that is, it behaves like the home button).

    CAN I GET THE BACK BUTTON TO WORK ON ALL PAGES? IF SO, HOW?

    Seems like a simple problem but can not get it to work! HELP!

    #2
    you could try replacing "<actinic:variable name="UpALevelPageURL" />" with "<actinic:variable name="BackPageURL" />" then the back button should take you back to whatever page you were on previously before you went to sitemap etc. Hope that helps.

    Regards
    Jon
    www.designtoplease.co.uk
    www.getmeoutofahole.com
    www.toys4james.co.uk
    Located in Herts

    Comment

    Working...
    X