HTML onchange (this.value)

We found this in our code (we haven’t written it by our selfs, and we are new to programmng), can anyone explain what this.value means and how you change it?

<select id="sel_target" onchange="paint(this.value);sendid(value); highlight(value);move_to(value)">

Thank you!

Leave a Comment