Javascript checkAddress - jcobban/Genealogy GitHub Wiki
function checkAddress()
Source: /jscripts/CommonForm.js
The function checkAddress
may be assigned as the value of the checkfunc
attribute of an input element. It is called when the value of the element is changed to validate that the value contains only characters that are valid in an address.
// in initialization
inputelement.checkfunc = checkAddress;
Next: function checkText()