[Zope] Back button (off topic?)

Passin, Tom tpassin at mitretek.org
Wed Sep 17 11:27:21 EDT 2003


[ 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




More information about the Zope mailing list