i have xhtml page transitional doctype having checkbox want unchecked after loading. no javascript! in firefox 3.5 (for instance, there may other browsers) user can check input, reload page , input checked. how can overcome behaviour?
you can't change document's state html alone. can set checked="checked"
or not.
you need either javascript or server side language determine whether attribute should set or not.
Comments
Post a Comment