Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

11 wiersze
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.