TextBox onTextChanged Event
-
hi, any one help me,,, When i change the textbox content, it fire the .js(Script file) and set the button visible propery as true. .js as a separate script file. Thanks.
-
svm_kala wrote:
When i change the textbox content, it fire the .js(Script file) and set the button visible propery as true
I didn't get can you be bit detail?
Cheers!! Brij
When i change the text on the "Text box" to fire the javascript code, Like, Button id :- onchangetextbox event:- onchange="onButton('btnSave')"> My .js code:- var button; function onButton(ButtonValue) { button=document.getElementById('ButtonValue'); } the variable "button" returns the null value. Plz any one help me... how to solve the proble.
-
When i change the text on the "Text box" to fire the javascript code, Like, Button id :- onchangetextbox event:- onchange="onButton('btnSave')"> My .js code:- var button; function onButton(ButtonValue) { button=document.getElementById('ButtonValue'); } the variable "button" returns the null value. Plz any one help me... how to solve the proble.
-
When i change the text on the "Text box" to fire the javascript code, Like, Button id :- onchangetextbox event:- onchange="onButton('btnSave')"> My .js code:- var button; function onButton(ButtonValue) { button=document.getElementById('ButtonValue'); } the variable "button" returns the null value. Plz any one help me... how to solve the proble.