> I need to setup an ajax-request before default form submition.. it's
> possible?

Either  the  Request  has  to  be  set  to synchronous, or you have to
manually  call  submit() in the callback. An async Request cannot beat
out the default action.

-- Sandy

Reply via email to