Re: [tobago] - how to change label values dynamically?

2006-07-18 Thread Volker Weber
Hi Cory, the label element has no value property, try innerHTML instead. document.getElementById("selform:val1").innerHTML = myDataKeys[0].childNodes[0].nodeValue; regards, Volker 2006/7/17, Showers, Cory R <[EMAIL PROTECTED]>: I am trying to change Tobago value while the web app runs.

[tobago] - how to change label values dynamically?

2006-07-17 Thread Showers, Cory R
I am trying to change Tobago value while the web app runs.    I am doing some ajax and the label value isn’t finalized until I parse the xml files I can change values dynamically but not label.   This is what works document.getElementById("selform:val2").value = myDataKeys[0].child