If
A user is registering and they hit "enter" to submit the register form instead of clicking "submit"
And
Email mode is turned off
Then they recieve this error Server object, ASP 0177 (0x800401F3)
Invalid class string
/snitz/inc_mail.asp, line 41
end if
I am not sure what the difference is between hitting enter and clicking submit, but the user from this topic had the problem with his forum and I recieve the same error when I test it on my own 3.3.03 forums.
<edit>
Gravau expanded on the difference between enter and clicking submit
quote:
Clicking shifts the focus to the button where you click. Enter will not shift the focus. If the focus is on the form body it will default to Submit.