function limitLength(textarea,maxlimit) { if (textarea.value.length > maxlimit) textarea.value = textarea.value.substring(0, maxlimit); }
function validate() { var Prefix = "0044"
var ToMobile = window.document.SMSForm.ToMobile.value; var FromMobile = window.document.SMSForm.FromMobile.value; var ToName = window.document.SMSForm.ToName.value; var FromName = window.document.SMSForm.FromName.value; var Message = window.document.SMSForm.Message.value;
// Ensure To-Mobile number is international format & from correct country if (ToMobile.indexOf(Prefix)!=0) { alert(ToMobile + " is not a valid Phone number."); return false; } // Ensure From-Mobile number is international format if (FromMobile.indexOf("00")!=0) { alert(FromMobile + " is not a valid Phone number."); return false; }
// Ensure names are filled in if (ToName.length<3 || FromName.length<3) { alert("Your name must be between 3 and 11 letters long."); return false; }
// To and from cannot be the same. if (FromMobile == ToMobile) { alert("You cannot send a message to and from the same person"); return false; }
if (Message.length==0) { alert("Your message is blank. Please type a message in the box provided"); return false; }
return true; }
Thanks for visiting Bramka SMS plus! Your site for free SMS text messaging online.
Simply use the form above or visit our blog for related news views and special offers. Please visit again.
Bramka SMS Plus +