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 John Tel 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: lazyRascal
  • Content: Threads
  • Order by date
  1. lazyRascal

    How can I set IP address on HP2550n LaserJet

    I have a HP Laserjet 2550n which has lost its' IP settings. Since it doesn't have a LCD display to interact with to enter settings, I assume I'll need a utility to manage the settings. Can anyone tell me what tool I can use, and where I can find it for download, to manage these settings? Thank...
  2. lazyRascal

    Adding USB support to Windows 98SE partition on laptop

    I'm setting up a dual boot Gateway 600YG2 laptop computer. It originally came with Windows XP Pro. I resized the original 28Gb drive to 26Gb and then created a FAT32 2Gb partition which I loaded with Windows 98 Second Edition. I can't get the USB controller or USB hubs to work. When I use...
  3. lazyRascal

    How can you patch a private network ?

    How do you update, patch and keep your operating systems up-to-date on a private network with no Internet access? Can you store the updates on the server and pull then from the clients? If so, can someone give me some help and explain how to do this?
  4. lazyRascal

    Recordset

    I have a web site that displays items for sell by various sellers. Each seller has multiple items. The items are displayed sorted by price descending. What I want to do is display the currently selected seller's item's first, sorted by price descending. Then following these items, I want to...
  5. lazyRascal

    Javascript multi-dimensional array syntax

    I'm trying to create a three dimension array in javascript. I know since javascript doesn't support multi-dimensional arrays, as such, that to accomplish equavalent results you must create arrays of arrays. I thought the following code would work. var matrix = new Array(4) for (i=0; i <10...
  6. lazyRascal

    Concatination problem using innerHTML

    I'm trying to dynamically change an anchor and image within a <div> section from a function. example: function changeInfo{ var text1, text2, text3 text1 = "<a nohref>" text2 = "<img src='dog.gif'>" text3 = "</a>" document.getElementById('myDiv').innerHTML = text1 + text2 + text3 } This...
  7. lazyRascal

    onLoad function (error sending object reference)

    Can anyone help me with some onLoad syntax? The following code highlights the contents of a row in a table in my html page when clicked. It works when clicked. I would like to have the first row selected automatically when the page is loaded. I've tried every way I can think of to execute it...

Part and Inventory Search

Back
Top