Hello webmasters,
I need to create 1 main category . and 3 sub categories usng radio button... when user clicks on "main category{radio button}" all three "sub categories{radio buttons}" should be dispalyed ...here is code for subcategories
Code:
<input type="radio" name="sub category1" value="Times Roman"/> Times Roman
<input type="radio" name="sub category2" value="Courier"/> Courier
<input type="radio" name="sub category3" value="Verdana"/> Verdana
this should be embeded within "main category" which is again radio button ...only when user checks "main category radio button" all sub categories should be dispalyed ..please help me to fix this problem..expecting your response asap