HTML textarea some text not deletable
I am making a terminal window in HTML/JavaScript and am using a textarea
for input. I would like some of the text in the textarea not deletable.
For example, if I had the text in the textarea "C:>Random Code" I would
like the user to not be able to delete the "C:>" text. Is this possible
using javascript
No comments:
Post a Comment