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. Pierluigi

    Dynamically show/hide toolbar????

    I had a similar problem and solved it by opening a NEW browser... I can give you the script if that helps
  2. Pierluigi

    Choose an item from Drop down list, by typing a value

    I found the solution by myself. I hope this could help for anyone having the same problem. Cheers <html> <body> <script Language=&quot;JavaScript&quot;> var concatenatedLetters=&quot;&quot; function findItem(objSelect) { for (var i = 0; i < objSelect.length; i++) { if...
  3. Pierluigi

    Choose an item from Drop down list, by typing a value

    Of course with options... but with no input tag... Tnx a lot
  4. Pierluigi

    Choose an item from Drop down list, by typing a value

    Hi, what if I had only a select tag? Tnx a lot in advance. Cheers

Part and Inventory Search

Back
Top