Skip to content

Javascript checkAddress

James Cobban edited this page Apr 14, 2021 · 1 revision

function checkAddress()

Up: Common Form Handling

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()

Clone this wiki locally