using innerHTML to change values of a textfield not working?
911012Feb 16 2012 — edited Feb 17 2012was wondering why this line aint working on a text field..
document.getElementById('P1_Name').innerHTML = 'Error not valid';
if P1_Name is a Text_field it doesn't work...
but
if P1_Name is a TextArea it works...
Any idea how to get around this....
*i'll probably use pl sql but just wondering why this won't work as this is odd to me.