Hello All,
I need to do something a little funky:
I have a form element multiple select:
<select name="vehicles[]" id="vehicles" size="' . $size . '" multiple onChange="updateServiceInstructions();">
I also have a form element textarea:
<textarea name="vehicle_instructions" cols="108"...
I have a large textarea with a large amount of text.
I want to be able to put a text search string in a textfield and click 'Search' and have javascript try and find my search string in the large textarea.
If the string was not found in the textarea pop up an Alert("Search value not found.")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.