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 Chris Miller 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: silud
  • Order by date
  1. silud

    Highlight option in a multiple list box

    Modified it. Here it is, in case anyone's interested: function select_option (selectbox) { // Clears selected items in listbox, and re-selects them // This displays items in the visible part of the list! var selection = new Array (selectbox.options.length); for (var i=0...
  2. silud

    Highlight option in a multiple list box

    OK, thanks. I thought it might be something like this. Strange that the selected items aren't visible in the listbox at the start, though! The code doesn't do exactly what I need, but it's easy enough to modify. Thanks for the quick response! Si
  3. silud

    Highlight option in a multiple list box

    I am using PHP to query a database and populate a multiple SELECT box. It also highlights the selected options. Since the list box is only two lines high, and there are more than two options, sometimes the selected items do not show in the list box. If you scroll down, they are highlighted as...
  4. silud

    Mapping Drives

    If you get this working can you please post the login script? I'm new to login scripts but I want to do something similar.
  5. silud

    Sharing violations

    OK, thanks guys. I'll install the Service Packs and see if that makes a difference. Failing that I'll try the autodisconnect. I'll let you know if it works.
  6. silud

    Sharing violations

    Thanks for the response. How would this work, exactly? I have tried looking up the autodisconnect option on the Microsoft website. Do I set the autodisconnect option on all the clients, or just on the server? I presume that disabling autodisconnect would prevent network shares being...
  7. silud

    Sharing violations

    I have a network with 8 WinXP machines and 2 W2K servers. One server has a hard disk shared for all the user data. Users are reporting problems when they try and save documents in MS Office XP, with sharing violations. The only solution is to reboot the file server. Any better ideas?

Part and Inventory Search

Back
Top