Can anyone tell me why this isn't working in IE?

Works fine in FF, but it's an IE only error, and of course you can't get
crap in IE for an error message.

var thisForm = document.forms["qAction"];
                        var myField = thisForm.coop_int;
                        
                        function checkForm(){
                                if(myField[0].checked){
                                        return true
                                }else if(myField[1].checked){
                                        alert("ladlsjd");
                                        return false
                                }else{
                                        alert("Please choose Yes or No.");
                                        return false
                                }                               
                        }
                        
                        thisForm.onsubmit = checkForm;


TIA 

Tim


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:5:193725
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to