- 1
Good morning sir. I want to do onsubmit. I have error line 7. Thanks you sir
Doing onsubmit. https://code.sololearn.com/WtJQcWtNs6Q2/?ref=app
1 Antwort
+ 2
Do not name the event handler function 'onsubmit'
By using 'onsubmit' as event handler function name you trigger infinite recursive call as you can see from the error message.
To get you bored,
Please use relevant tags ☝
https://code.sololearn.com/W3uiji9X28C1/?ref=app