Is it possible to make the script above generic so a,b,c will be like variables ($a,$b,$c) so I can use the function like oneCheckbox(a,b,c) or oneCheckbox(Tel,Fax,Email)?
<html>
<head>
<title>Untitled Document</title>
<script>
function oneCheckbox(inBox){
if (inBox.name == "A" &&...