how to set HTMLInput Element type radio index
-
Hi I have HTMLInputElement abc whose type is radio, i was using this to check its element whose index is 1. var abc = document.forms[0].elements[i]; // i is loop variable. document.forms[0].item(abc.name, 1).checked = true; it is working in IE but not in FireFox Is there any way around it? Regards Shajeel
-
Hi I have HTMLInputElement abc whose type is radio, i was using this to check its element whose index is 1. var abc = document.forms[0].elements[i]; // i is loop variable. document.forms[0].item(abc.name, 1).checked = true; it is working in IE but not in FireFox Is there any way around it? Regards Shajeel
have u mentioned with scripting language u are using, coz in IE the default is "vb script " and in FireFor the default is javascript. Please mention the scripting language
-
have u mentioned with scripting language u are using, coz in IE the default is "vb script " and in FireFor the default is javascript. Please mention the scripting language