tmt.ajaxform.submit()

tmt.ajaxform.submit(formNode, [url]) allows to programmatically submit a form

This solution tends to confuse spambots, since the <form> tag doesn't contain any "action" attribute. It can be an alternative to CAPTCHA, but it requires the user to have JavaScript turned on, it doesn't fail gracefully like Ajaxform does in all other cases

You can submit a form programmatically using JavaScript
Full name
Comments