javascript - document.getElementById("id") in onchange parameter -


i working on erp program needto write data to , from database. here send data input field, therefore call specific javascript function on onchange event.
add value of element onchange parameter

onchange="myfunction(document.getelementbyid("myid"))" 

i tried not work:

onchange="myfunction(document.getelementbyid(\"myid\"))" 

how do this?

use

onchange="myfunction(document.getelementbyid('myid'))" 

Comments

Popular posts from this blog

c - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -