I'm trying to navigate backward to a file in the parent directory using a button as a link.
<a href="../index.php"><input type="button" value="Back"></a>
For some reason that code works on all the other browsers like Chrome, Firefox, Safari, Opera, but it doesn't work in InternetExplorer. So does anyone know why or is there some workaround?