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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by coolrunnings

  1. coolrunnings

    How to prevent double names in an array?

    This script displays and sorts the installed plugins. However, I'm unable to remove duplicate names. Can anyone help? Thanks in advance! <script language=&quot;JavaScript&quot;> if (navigator.plugins.length) { var num_of_plugins = navigator.plugins.length; if (num_of_plugins > 0)...
  2. coolrunnings

    Sort Array of installed plugins

    Try this. It doesn't handle duplicate names (couldn't get it to work, anyone else??). Good luck! <script language=&quot;JavaScript&quot;> if (navigator.plugins.length) { var num_of_plugins = navigator.plugins.length; if (num_of_plugins > 0) { var c = new Array(); for...

Part and Inventory Search

Back
Top