You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
535B

  1. <%
  2. '=======================================================================================================================
  3. ' Jurisdiction Number Validation
  4. '=======================================================================================================================
  5. ' STUB: always returns True. Replace with a real lookup once a jurisdictions
  6. ' table/reference list exists to validate the submitted number against.
  7. Function IsValidJurisdictionNumber(jurisdictionNumber)
  8. IsValidJurisdictionNumber = True
  9. End Function
  10. %>

Powered by TurnKey Linux.