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.
|
- <%
- '=======================================================================================================================
- ' Jurisdiction Number Validation
- '=======================================================================================================================
- ' STUB: always returns True. Replace with a real lookup once a jurisdictions
- ' table/reference list exists to validate the submitted number against.
- Function IsValidJurisdictionNumber(jurisdictionNumber)
- IsValidJurisdictionNumber = True
- End Function
- %>
|