Hi
The goback button works, but it displays
[ <a href= with
Go Back ]" > between the buttons.
The code issued to the browser is:-
<td><input type="button" name="back" onclick="javascript:history.go(-1)" value="[ <a href="javascript:history.go(-1)">Go Back</a> ]" ><input type="submit" name="op" value="Submit"></td>
It appears to be issued by line 384 in index.php.
Array:
echo "<input type=\"button\" name=\"back\" onclick=\"javascript:history.go(-1)\" value=\""._GOBACK."\" >";
With my limited php knowledge I cannot see a fault with this line. Please guide me.