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 derfloh 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 uncleelwyn

  1. uncleelwyn

    Win2K Freezes browsing directory with over 300 files

    Hi All, I've got a wierd problem here. On a group of machines in our office, the users access a directory with over 300 files and directories under it. When their NICs are set to 100/Full, and their switch ports set to 100/full, the PC's hang when opening a file using Excel or Outlook from that...
  2. uncleelwyn

    Trying to call a function from an <area href="#" Onclick...

    Targol... thankyou, thankyou... it did actually work - what I'd done was instead of having <area id=&quot;printer1&quot; href=&quot;#&quot; OnClick=printer(this) I actually put OnClick=printer(Object) because I thought that the word in the parenthese after OnClick=printer should be the...
  3. uncleelwyn

    Trying to call a function from an &lt;area href=&quot;#&quot; Onclick...

    Targol, thanks for the suggestion. Unfortunately, It doesn't seem to call the sub at all now. I'm wondering whether what I am attempting is possible at all? I've seen the knowledgebase article on adding printers, but using forms or buttons to call the routine, but I haven't been able to find...
  4. uncleelwyn

    Trying to call a function from an &lt;area href=&quot;#&quot; Onclick...

    HI, trying to do a neat little project, which is to have an imagemap, of the printers in our office. when a user clicks on a printer, it will call a vbscript routine to add the printer and set it as the default. the sub is : <script LANGUAGE=&quot;VBScript&quot;> sub printer1() Set...

Part and Inventory Search

Back
Top