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>
2 Respuestas
+ 19
Yes. All html element events contain javascript code......
(make question clearer?? ^_^ )
+ 1
Thanks