how to put more than one javascript function in an html tag
Use a semi-colon to separate your functions inside the tag.
Example:
<button onclick="functionOne();functionTwo();">Click Me!</button>
You can also separate them using a comma(,)
how to put more than one javascript function in an html tag
Use a semi-colon to separate your functions inside the tag.
Example:
<button onclick="functionOne();functionTwo();">Click Me!</button>
You can also separate them using a comma(,)
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us