JustinK101
Programmer
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."). If the string was found locate the first instance and go to that instance in the textarea, if possible highlight it.
How hard would a findnext be to implement?
This sound hard to me.
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."). If the string was found locate the first instance and go to that instance in the textarea, if possible highlight it.
How hard would a findnext be to implement?
This sound hard to me.
