hi friends,
can anyone tell me why onchange() event input type select is not working in MAC safari. is there any alternative of this problem.
i have written the following code :
<Select name="adultcolo r" onChange ="CheckColor('a dultcolor');">
//code is removed for simplicity.
</SELECT>
here when i am changing the combo(adultcolo r) value the checkcolor function is not called.
please help me out for this problem
thanks in advance
can anyone tell me why onchange() event input type select is not working in MAC safari. is there any alternative of this problem.
i have written the following code :
<Select name="adultcolo r" onChange ="CheckColor('a dultcolor');">
//code is removed for simplicity.
</SELECT>
here when i am changing the combo(adultcolo r) value the checkcolor function is not called.
please help me out for this problem
thanks in advance
Comment