By Chelsea Schilling // <![CDATA[ function legalChars(input,fieldName){ var tfld = input.value.replace(/^s+|s+$/, ''); // value of field with whitespace trimmed off var illegalChars= /[(),;:”[]]/ ; if (tfld.match(illegalChars)) { alert(‘Please enter valid characters in your ‘+fieldName+’.’); input.focus(); return false; } return true; } function mandatoryText(input,fieldName){ if(input.value == ” || input == null){ alert(‘Please enter your ‘+fieldName+’.’); input.focus(); […]

National

SEABROOK, TX (KTRK) — Dozens of tiny little creatures have made a local elementary school their home. They’re Mexican free-tailed bats and they’ve been spotted all over Seabrook’s Bay Elementary. But getting rid of these bats is not easy. “There have been bats flying in the hallways, library, found on the floor,” said parent Meri […]