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: DylanTz
  • Content: Threads
  • Order by date
  1. DylanTz

    Split query string, +, = and &

    Hi This script splits the query string, leaving only the "my+query" for use...., however, can anyone suggest how I can split the QS so that the result is "my" "query" TIA <script> function getQueryVariable(variable) { var query = window.location.search.substring(1); var vars =...

Part and Inventory Search

Back
Top