button leading to the parent cathegory page
-
I have now these 2 buttons in the single post page:
<?php echo '<form><input type="button" value="< Torna alla lista" onClick="javascript:history.go(-1)"></form>','<form><a href="#my_map_123"><input type="button" class="listino" value="Listino" ></a></form>' ;
After I put a second button with an anchor to the same page, the first button doesnt work well, If I use the second button, than I have to click 2 times on the first button to go back to the previous page. So, what I need is a code, in java or php, so that when I click to “go to the previois page” I’ll land in the parent category page
The page I need help with: [log in to see the link]
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘button leading to the parent cathegory page’ is closed to new replies.