Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Apex generating javascript to disable button onClick

520817Sep 9 2008 — edited Sep 11 2008
I 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 9 2008
Added on Sep 9 2008
11 comments
2,872 views