Apex generating javascript to disable button onClick
520817Sep 9 2008 — edited Sep 11 2008I have navigational buttons in a region to go, for example, to the "Next" page.
APEX is including:
onClick="javascript:this.disabled=true;"
as part of the "Next" buttons attributes.
So that after the user clicks the "Next" button and goes to the next page,
if they click the browsers Back button, the "Next" button is indeed disabled.
The Next button is disabled in FireFox but remains enabled in IE. Thus causing
confusion for the user using FireFox.
So I'd like to have APEX not generate this javascript at all.
Is there a way to turn that off? Some switch on the page/region/button that I'm
not seeing?
Or is this just the old browser back button problem?
Thanks in advance.