17 Sep
2003
17 Sep
'03
3:27 p.m.
[ Michael Long]
I am attempting to implement a back button in my zpt page. The following code works in IE but not Mozilla Firebird. When I click the button in Firebird nothing happens. I have checked the options in Firebird and javascipt is enabled. Does anyone know what could be causing this behavior?
<input type="button" value="Back" onClick="history.go(-1);return true;">
If there is one thing that users know, it is how to use the back button on the browser. Why bother having your own? Do you know if the browser you tested has javascript enabled? Cheers, Tom P