People,
I have a script for the MVC3 data entry form, which requires the user to confirm something after checking on the client side, but before sending it to the server.
Is there any way to insert any javascript into the sequence of events after the validation structure makes it possible to go back, but before the message appears?
(And, of course, if the user rejects the confirmation, the message should also be canceled.)
Many thanks.
source
share