Hi
I wanted to click any where in the text and the corresponding radio button should get selected. like
so when user will click any where on the text say mukesh it will select that radio button.
To worst of my memory I just forgot the tag name!
I wanted to click any where in the text and the corresponding radio button should get selected. like
Code:
<input type =radiobutton>mukesh <input type =radiobutton>kumar <input type =radiobutton>mishra <input type =radiobutton>software professional
To worst of my memory I just forgot the tag name!
Comment