Hi i have this working vb function which i need to call on an onclick event in javascript...
function ValKey(Vin)
dim k, i, s, b
k= ""
if len(Vin) = 7 then
s = UCase(mid(Vin,1,1))
if s = "A" or s = "S" or s = "M" then
b = true
for i = 2 to 7
if not IsNumeric(mid(Vin,i,1)) then b =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.