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!
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!
Comment