<script language="JavaScript">
function check(theForm)
{
if (theForm.ชื่อตัวแปรที่คุณต้องการเช็ค.value.length < 4)
{
alert("Please enter a value for the \"Name\" field.");
theForm.ชื่อตัวแปรที่คุณต้องการเช็ค.focus();
return (false);
}
var totalpairs='20';
var notvalid='0';
var spans=document.getElementById('form').getElementsByTagName('span');
var j='0';
while(j<spans.length){spans[j].style.backgroundColor='';j++;}