FROM JEROME CORSI'S RED ALERT
Invasion! U.S. 'sanctuary city' succumbs to illegals
1st municipality to fire all public employees after being forced into bankruptcy
Posted: June 28, 2010
12:56 pm Eastern
© 2010 WorldNetDaily
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();
return false;
} else {
return true;
}
}
function validEmail(field,fieldName) {
with (field) {
apos=value.indexOf("@");
dotpos=value.lastIndexOf(".");
if (apos
--
This is a Free Speech forum. The owner of this list assumes no responsibility
for the intellectual or emotional maturity of its members. If you do not like
what is being said here, filter it to trash, ignore it or leave. If you leave,
learn how to do this for yourself. If you do not, you will be here forever.