Apologies if this has been answered somewhere else on the forum:
I have a textarea whose contents have to be entered into an Oracle table.
However this textarea is disabled just before the data is entered.
Data from a disabled textarea will not go into the table,it just comes up blank.
I can use a hidden textarea and transfer the text to it but the textarea is not hidden, it appears as a line for some reason.
Is there some way I can cast the variable the textarea contents are holding so it will be entered into the table?