Type: Posts; User: HarleyRowland
Okay, it works now thanks for all of your help :)
Want to make a function to clear a text box using a button. Here is what I have so far: HTML: <button onclick="clear()">Clear</button> <form name="myForm1"> <textarea rows="4" cols="50"...
why doesn't the toLowerCase function work?
Hello, just having a little trouble with the use of the toLowerCase() function. My project is to edit text in a text area. I have a basic change colour function which gets the user to put either red,...