Is it javascript inside the <form> ? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Is it javascript inside the <form> ?

<form oninput="result.value=parseInt(a.value)+parseInt(b.value)"> <input type="range" name="b" value="50" /> + <input type="number" name="a" value="10" /> = <output name="result">60</output> </form>

13th Apr 2017, 7:26 PM
זוה×Ø ×¦'יפ×Øוט
זוה×Ø ×¦'יפ×Øוט - avatar
2 Respostas
+ 19
Yes. All html element events contain javascript code...... (make question clearer?? ^_^ )
13th Apr 2017, 8:19 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 1
Thanks
14th Apr 2017, 6:47 AM
זוה×Ø ×¦'יפ×Øוט
זוה×Ø ×¦'יפ×Øוט - avatar