Hello Everybody,
I have the following lines in my code
1)
totalElements=e val("document." +formname+".RCB illingCycle"+to talRCRows+".len gth")
2) var newoption=new Option (BillingCycleNa me,BillingCycle Id);
eval("document. "+formname+".RC BillingCycle"+t otalRCRows+".op tions[totalElements]=
newoption");
In both statements above, the eval code doesnt work in firefox. Is
there a workaround?
Regards,
Angel
I have the following lines in my code
1)
totalElements=e val("document." +formname+".RCB illingCycle"+to talRCRows+".len gth")
2) var newoption=new Option (BillingCycleNa me,BillingCycle Id);
eval("document. "+formname+".RC BillingCycle"+t otalRCRows+".op tions[totalElements]=
newoption");
In both statements above, the eval code doesnt work in firefox. Is
there a workaround?
Regards,
Angel
Comment