Hello friends,
I am working on an APEX form where I am using a text area page item P23_USER_COMMENT.
On clicking a button where I have added a JavaScript code in true action to check the business logic, I want to color the border of the text area with red color when the logic fails.
I found that I cannot put any Static Id for a Text Area page item P23_USER_COMMENT to locate the Text Area element in the HTML document and apply the CSS on it.
Can anyone please let me know how I can grab this element in the HTML document to change the CSS.
Thanks and Regards
Hawker