thank you!

give same name for the radio button and just change the value....if the names are different it falls in different group

<body>
<input type="radio" name="test" value="a">a<br>
<input type="radio" name="test" value="b">b<br>
<input type="radio" name="test" value="c">c<br>
<input type="radio" name="test" value="d">d</body>
</body>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.