I need to have a form execute two scripts so that means two different actions from the same form. I’ve tried some javascripts that use form.submit() from an onClick action on a submit button. But one of the two actions is an ASPX script that goes to Dynamics CRM. Any suggestions?
Share
Using jQuery, you could interrupt the form submission and do your own thing before it actually submit.
Example using jquery’s ajax post: