Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

using innerHTML to change values of a textfield not working?

911012Feb 16 2012 — edited Feb 17 2012
was 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.
This post has been answered by fac586 on Feb 16 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 16 2012
Added on Feb 16 2012
4 comments
1,813 views