Re: Back button (off topic?)
Mike, I know from experience that not all Open Source browsers support the DOM fully. Have you checked the user file in Firebird to see if it maybe turned off? http://texturizer.net/firebird/edit.html#user Rob --- Michael Long <mlong@datalong.com> wrote:
I have tried that as well with no luck. Thanks for the link but even after trying the different techniques given on the page it still is not working. BTW the same code on other websites work in this browser <grrr>
Mike,
Have you tried the older version? <INPUT TYPE="BUTTON" VALUE="BACK" onClick="history.back()">
If this doesn't work check out:
http://developer.irt.org/script/history.htm
Rob
--- In zope@yahoogroups.com, "Michael Long" <mlong@d...> wrote:
Hi,
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;">
Thanks, Mike
_______________________________________________ Zope maillist - Zope@z... http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
__________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com
participants (1)
-
Robert Grissom