0
how to connect the sumbit button of html with javascript?
i have learned the sumbit button on html lesson. but im not finding how to write functions that will work after pressing the sumbit button. i want to create some fun quizes through html and javascript. any code example will be useful
2 Réponses
+ 4
See this lesson.
https://www.sololearn.com/learn/JavaScript/2758/
Use event attributes.
--OR---
https://www.sololearn.com/learn/JavaScript/2759/
Use event listeners.