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...
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...
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?
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.