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 SkipVought 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: *

  1. thatswimmer

    Access, SQL, and apostrophes

    i have set up a javascript function to loop through form elements and replace (')'s with ('')'s, but are there any other special SQL characters that i need to be careful of when putting together queries from variables? Also, is there a way to do this in SQL instead of in javascript?? thanks
  2. thatswimmer

    Access, SQL, and apostrophes

    i have set up a javascript function to loop through form elements and replace (')'s with ('')'s, but are there any other special SQL characters that i need to be careful of when putting together queries from variables? Also, is there a way to do this in SQL instead of in javascript?? thanks
  3. thatswimmer

    document.write(window.location.href)

    hostname = window.location.hostname; results = temp.match(/w{3}?\.(.*)/); /*results[0] contains the whole match, results[1] contains the first parenthesized expression(regexps rock!)*/ document.write(results[1]);

Part and Inventory Search

Back
Top