Hello,
My SEO-guru asks me if I can add a onmousedown fuctionto the button in a form. How can I do that?
Thanks a lot.
My SEO-guru asks me if I can add a onmousedown fuctionto the button in a form. How can I do that?
Thanks a lot.
Hello keske,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How can I add a Print button to my form?
How can I add an image to the submit button?
How can I have a button to add more form inputs in CFv5?
How can I have a button to add more form inputs?
P.S: I'm just an automated service😉
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How can I add a Print button to my form?
How can I add an image to the submit button?
How can I have a button to add more form inputs in CFv5?
How can I have a button to add more form inputs?
P.S: I'm just an automated service😉
Hi keske,
Do you want to check onMouseDown or so you want to check when the form is actually submitted? If you check onMouseDown then you may get several responses if there are validation errors on the form.
You can check onMouseDown using the MooTools
If you want to check for successful submission then you can link a function to the onSuccess option in the validation code. A bit more in this FAQ
Bob
Do you want to check onMouseDown or so you want to check when the form is actually submitted? If you check onMouseDown then you may get several responses if there are validation errors on the form.
You can check onMouseDown using the MooTools
addEvent('mousedown', function() { . . . });
If you want to check for successful submission then you can link a function to the onSuccess option in the validation code. A bit more in this FAQ
Bob
This topic is locked and no more replies can be posted.