RegEx
Regular expressions seem to be well supported. I'll have a nice alphanumeric to numeric conversion control done in a little bit.
//Validate the text
if(sConvertedValue.match("[^owersdfzxcmn0-9.,]"))
{
ref.value = "0";
return;
}
Regular expressions seem to be well supported. I'll have a nice alphanumeric to numeric conversion control done in a little bit.
Ok I've found out that getElementById and getElementByName aren't supported.