onchange event not firing
607218Oct 21 2008 — edited Oct 22 2008hi -- 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