Hai provato così?

codice:
var modulo = document.getElementsById('Scaricademo')
modulo.onsubmit = function()
{
   validate(this)
   checkbae()
}