Can Radio Buttons Be Empty After Refreshing A Page
I have two radio buttons in my form. Now what I found out is that in some browsers (firefox and google chrome) if you refresh the form, is a radio button was selected before the re
Solution 1:
It could be browsers caching the page. Try setting checked=false
on both radio buttons to begin with. If that does not work, have a look at page cache options.
Post a Comment for "Can Radio Buttons Be Empty After Refreshing A Page"