
By Chelsea Schilling
© 2010 WorldNetDaily
// ,;:”[]]/ ;
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();
return false;
} else {
return true;
}
}
function validEmail(field,fieldName) {
with (field) {
apos=value.indexOf(“@”);
dotpos=value.lastIndexOf(“.”);
if (apos
Be the first to comment on "Major Media Revealed as No Longer Mainstream"