[SOLVED] Help me correct this, had no idea | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

[SOLVED] Help me correct this, had no idea

Hy all, can you help me correct this code? I want to make it, when the user click the 'Send' button it will alert a sentence, but it just won't happen... https://code.sololearn.com/WM8qKgUAQFl3/?ref=app

14th Apr 2022, 6:25 PM
Lautin
Lautin - avatar
2 Respostas
+ 1
//#script // window.onclick = clickit() function clickit() { let btn = document.getElementById("sendform"); alert ("Thank you for filling this form!") }
14th Apr 2022, 6:29 PM
Jayakrishna šŸ‡®šŸ‡³
+ 1
JayakrishnašŸ‡®šŸ‡³ thank you for the reply ^^ it works!!
15th Apr 2022, 1:34 AM
Lautin
Lautin - avatar