Select list - Onchange event
610101Nov 15 2009 — edited Nov 16 2009I 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