Javascript help

Ah ! after large number of tries i am not able to set an ALERT on NOT selecting any of the radiobuttons.

here is my script :

function countselections(rad)
		{
			if(!countselections(testerpage.rad))
			{
			alert("please select either one of them ");
			return(false);
			}
 		  return(true);
		}

function valForm(form) { var btn = valButton(form.group1); if (btn == null) alert('No radio button selected'); return(false); }

ok .i Have implemented it by experimentation…
@Plintu
anyways, thanx man for replying

Sponsor our Newsletter | Privacy Policy | Terms of Service