How to get the label value in javascript,
February 22, 2010 at 6:40 PM
Hi, How can I get the value of the label in the javascript? I am using OGNL to set the value of the label.. I tried using document.getElementById('lable1').value, document.getElementById('lable1').innerText, document.getElementById('lable1').innerHTML...But i get the error object expected..