Type: Posts; User: utexas10
thanks for the explanation.
i replace this.name with just this but i'm still getting the same error. not sure what you mean in regards to addressing the form by the name? thanks for the help.
not sure why i didnt think to check the tools. in chrome it says on this line: if(document.getElementById(a).checked == true) error is uncaught type error:cannot read property 'checked' of null...
I have a function that gets called when a checkbox on the page is checked. It works fine in IE but doesn't work in chrome, on my ipad, etc.. Any advice on what needs to be updated would be...