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!

onchange event not firing

607218Oct 21 2008 — edited Oct 22 2008
hi -- I have a popup LOV (fetches first rowset). In its HTML form element attributes I
have an onchange event to call a javascript function defined in the HTML header:

onchange="lookupObjTypeID();"

My expectation is that, when the user selects an item from the LOV and it is
returned into the LOV item, that the onchange event will fire (no page submit;
don't want the user to have to do that...). It does not.
No errors in the error console.

Any ideas what to look for? I've completely dumbed-down the function to do
nothing but an alert -- it's just not getting called.

Thanks,
Carol
This post has been answered by Roel Hartman on Oct 22 2008
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 19 2008
Added on Oct 21 2008
5 comments
740 views