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 Mike Lewis 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. captaincaveman

    How to prevent page from reloading when Enter'ing in a text field?

    I bet what's happening is your form is being submitted. Do you have an action specified in the form tag? If so, you might add:<br> onSubmit="return false;" to the form tag, and that will prevent the reloading.<p> Another way to do this is to simply add another form to the page...
  2. captaincaveman

    Wildcards in SQL

    I think what you're looking for is: Select * from names where mail like '%@mailserver.com' The % is a wildcard operator in SQL.

Part and Inventory Search

Back
Top