Hi everyone and merry christmas.
I am having problems with trying to make my website support various browsers. I have some cool functions which I have created using javascript. Im new to javascript so my code may or maynot be up to standards so please be patient and bit your tounges if you see anything Im being stupid about.
I want to have a check box which when turned on disables a few boxes. IE works fine with the code I have but firefox just sits there with a blank expression.
basically;
javascript function grayout
It seems that IE works fine with the form array elements but FF doesnt. I build this all through a php function which has a far more complicated result than this but FF doesnt seem to support arrays for text boxes. IE just does it.
FF and IE both work for single elements of form entities which isnt dynamic enough for my needs. Is there an option like;
Thanks in advance
