![]() |
|
#1
|
|||
|
|||
|
Hello, I am new to HTML and learning.
I was wondering what was the code and where to place it in order to create a 'Back' button/link or link so a customer could go back to the previous page? O would like the 'Back' button/link to appear on the Category page, Sub Category page and detail page. Any help would be greatly appreciated. On a side note, any recommendations on a book or web site to learn HTML? Thanks, Sparky www.sparkedm.com |
|
#2
|
|||
|
|||
|
|
|
#3
|
|||
|
|||
|
Code:
<ss:if test="$catalog.isMultiPageResult"><p>Search Result Pages: <ss:link shortcut="ListPrev"/><ss:link shortcut="ListMediumText"/><ss:link shortcut="ListNext"/></p></ss:if><!-- resultsPages --> If you would like a script for an actual back button that works the same as the one at the top of your browser, try a google search for "javascript back button", it will bring up a bunch of sites with codes and instructions. The best site I believe in to learn proper coding is http://w3schools.com/. |
|
#4
|
|||
|
|||
|
|
|
#5
|
|||
|
|||
|
I'm trying to add this code, but it's just not working!
Where exactly do I place this code? |
|
#6
|
|||
|
|||
|
Replace this line of code
Code:
<ss:if test="$catalog.isMultiPageResult"><p><b>Result Pages:</b> <ss:link shortcut="ListMediumText"/></p></ss:if> |
![]() |
| Thread Tools | |
| Display Modes | |
|
|