Wednesday, April 15, 2020

JavaScript Radio button validation

var option=document.getElementsByName('Gender');
if (!(option[0].checked || option[1].checked)) {
    alert
("Please Select Your Gender");
   
return false;
}

source https://stackoverflow.com/questions/10339073/radio-button-validation-in-javascript

No comments:

Post a Comment

Class IX IT notes: Part A, Unit 1, Session 3.

 IT notes class 9 Part A Unit 1: COMMUNICATION SKILLS session 3: VISUAL AND WRITTEN METHODS OF COMMUNICATION Q1. What is Visual Communicatio...