|
what's your purpose of triggering 2 at once?
It would be easier to trigger one script that runs 2 functions.
I usually keep all JavaScript controls in a single file separated in functions, and call to various functions on execution [ie a function submitForm() calls validateFields() and storeValues()]
|