Haneef Puttur

Radio Button Demo

http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd“>
http://www.w3.org/1999/xhtml“>


Untitled Document
 
 
function GetSelectedItem1() {
 
chosen1 = ""
len = document.online_applications.program_selection.length
 
for (i = 0; i if (document.online_applications.program_selection[i].checked) {
chosen1 = document.online_applications.program_selection[i].value
}
}
 
if (chosen1 == "") {
alert("No Location chosen1")
}
else {
alert(chosen1)
}
}
 
 
 
 
Kustar Programs
Enoc Programs
 


.

Exit mobile version