Back botton to IE
Author: David Benito IglesiasHi.
I have a problem in my comerce website. I'm trying to put a back botton in the description's page of each product. But in IE the back botton is useless. In Firefox is Ok.
The different HTML code I use are:
1- <!--[if IE]><a href="[removed]history.back(1)"><img width="200" src="images/volver.png"/></a><![endif]-->
<![if !IE]><input type="image" width="200" src="images/volver.png" onclick="history.back()" ></input><![endif]>
2-<a href="[removed]history.back(1)"><img width="200" src="images/volver.png"/></a>
3-<input type="image" width="200" src="images/volver.png" onclick="history.back()">
4-<input type="image" width="200" src="images/volver.png" onclick="history.go(-1)">
5-<a href="[removed]history.go(-1)"><img width="200" src="images/volver.png"/></a>
Do you know another HTML codes to a Back botton?
I need something like your "Continue with shopping" botton
Hello David,
Unfortunately I cannot give you support to custom html code but you can wait to see if someone in the community can help you or you can look if you find the solution on search engines like google.