als ik onderstaande functie uitvoer krijg ik:
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'ia'
function CheckEmail()
dim ia ' as integer
ia = "SELECT Count(*) FROM tbMember WHERE MemberEmail = '" &
Request.Form("EmailAdress") & "'"
if ia = 0 Then
ia = nothing
else
response.redirect "../email.asp"
end if
end function
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'ia'
function CheckEmail()
dim ia ' as integer
ia = "SELECT Count(*) FROM tbMember WHERE MemberEmail = '" &
Request.Form("EmailAdress") & "'"
if ia = 0 Then
ia = nothing
else
response.redirect "../email.asp"
end if
end function