Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: JustinK101
  • Content: Threads
  • Order by date
  1. JustinK101

    Dynamically Fill TextArea From Multiple Select

    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"...
  2. JustinK101

    Search A TextArea And Then Go TO Result Or Highlight

    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.")...

Part and Inventory Search

Back
Top