Hi,
I have a textbox as below:
Once the value of this textbox is changed, it will trigger some events. Hence, i set the attributes of this textbox to:
name: OnChange
value: javascript
LEAVEValidate();
I add in the following code in my html:
function DLEAVEValidate()
{
alert(window.document.getElementById("V_DLEAVE").value);
}
Unfortunately, the above codes causes javascript error.
how can i get the value of a textbox, literal, label and other controls using javascript ???
* Sorry, can pls resend ur reply ? even it stated there are 2 reply, but i can't read any message reply !! Sorry for inconvenienve ! thanks !!