>Is there an update with you Email Validation MOD? I am getting two >errors: Microsoft VBScript runtime error '800a000d' > >Type mismatch: 'GetKey' > >/forumdev/register.asp, line 353 > > >And an error saying the emails do not match when they do. if I >change the if statement to if Request.Form("Email") <> >Request.Form("Email2") and strEmailVal = "0" then > >Then it ignores it. > >Any suggestions?
The mismatch error means the GetKey() function is missing from your inc_functions.asp file.
The second problem, is caused if you didn't add the code correctly to your inc_profile.asp file. Double check the code and see if you added everything and if they are in the right place in your file.
«------------------------------------------------------» Want to know when the next version comes out, as soon as possible? Join our Mailing Lists !
It could mean you didn't add the function properly to your inc_functions.asp file. Where in the inc_functions.asp file did you add the function? You can tell me what function comes before it, or the line number to where it is located at.
Hopefully you didn't add the function at the very end of your file.
«------------------------------------------------------» Want to know when the next version comes out, as soon as possible? Join our Mailing Lists !