<html>
<head> <title> ABC</title>
<script type="text/JavaScript">
function check(){
var valid = false;
var a[] = document.getElementById("answer").value;
if(a[1].checked==true){
alert("correct");
valid = true;
}
else {
alert("Incorrect");
valid = false;
}
}
</script>
</head>
<body>
<form>
Hair <input type = "radio" name = "answer" value = "hair"> <br>
Hat <input type = "radio" name = "answer" value = "hat" > <br><br>
<input type = "button" value = "check" onClick = "check();" >
</form>
</body>
</html>
meka wada nahane brozz...
<head> <title> ABC</title>
<script type="text/JavaScript">
function check(){
var valid = false;
var a[] = document.getElementById("answer").value;
if(a[1].checked==true){
alert("correct");
valid = true;
}
else {
alert("Incorrect");
valid = false;
}
}
</script>
</head>
<body>
<form>
Hair <input type = "radio" name = "answer" value = "hair"> <br>
Hat <input type = "radio" name = "answer" value = "hat" > <br><br>
<input type = "button" value = "check" onClick = "check();" >
</form>
</body>
</html>
meka wada nahane brozz...