Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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.