Good morning sir. I want to do onsubmit. I have error line 7. Thanks you sir | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
- 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

1st May 2022, 5:56 AM
Malick Diagne
Malick Diagne - avatar
1 ответ
+ 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
1st May 2022, 2:41 PM
Ipang