if(/[^a-zA-Z\.]/.test(this.value))
{
  this.value = this.value.replace(/([^a-zA-Z\.])/g,"");
}
