In Safari, clicking a checkbox does not fire an ‘onchange’ event. It does in Mozilla. Looking at the HTML 4.0 spec, I think Safari’s handling is technically correct (though it isn’t entirely clear here). I guess I’ll have to use ‘onclick’ for checkboxes instead…
Might one assume I’m working on some multi-select capability for Tasks Pro? I suppose one might…
In my form there are text boxes and combo boxes.If i select a check box the corresponding drop down boxes ad text boxes data should be viewed.If i de slelect it the data should not be shown.How i do it in java script?
I think that’s a little beyond the scope of the old blog comments…
Thanks! You saved me some aggravation.