<form action="#" Method="post">
<input type="radio" name="cakes" value="blackforest">
<input type="radio" name="cakes" value="darkforest">
<input type="radio" name="cakes" value="vanila">
<input type="submit" value="submit">
</form>
Quoted Text Here
here what the thing is i selected a radio button from those choices.
now i did refreshing the page.
the selected radio button will not display as checked after refreshing.so even page refreshing done i have to display the button as checked when it was selected by the user before page refreshing.
so suggest a good one to keep the checked radio buttons as checked even after page refreshing.
thanks to all