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!

Select list - Onchange event

610101Nov 15 2009 — edited Nov 16 2009
I want to add an onchange event in a form for a Select list.

For that i had written two javascript functions and two application process.

In HTML Form Element Attributes of the Select List, I had written the following :

style="font-family:Franklin Gothic Medium;font-size:12px;width:160px";onchange="f_bomqty()";onchange="f_rmc();"


But, when change the Select List item, the onchange event happens for obly the first function ie. onchange="f_bomqty()";

Please suggest, whether anything is wrong in In HTML Form Element Attributes ?

Can we populate two Textfields at the same time, for an Onchange event of a select list ?

Yogesh
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 14 2009
Added on Nov 15 2009
6 comments
990 views