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 Chriss 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: gollyg
  • Content: Threads
  • Order by date
  1. gollyg

    Assign variable values using loop

    Hi, I'm sure this is a JavaScript 101 question, but I have a bit of a problem. I am using a for loop to iterate through an array, and I would like to assign the value of each element to a variable that already exists. I will be addressing the variable using a name appended with a number that...
  2. gollyg

    1Safe and Norton Antivirus

    Hi Greg (a bit presumptuous of me!), Sorry to hassle you - you seem to be working harder now than when you were employed by onstream! Just a quick question. Basically, every time I run my 1safe backup it backs up far more information than I have changed. If I ran the backup and then ran it...
  3. gollyg

    XP keeps changing directories to read only

    Hi, I have XP Pro setup and I am having problems with some file attributes. Every so often windows will change the attributes of all my directories to read-only. To try to fix this I log in as administrator and change the directory and all subdirectories and files to not read-only, and I see a...
  4. gollyg

    Problems passing parameters in Netscape 6

    Hi all, Was wondering if anyone has noticed what I consider to be a bug in Netscapes handling of parameters passed in the url. The problem is that if there are multiple parameters being passed and one of the parameters has a space in it, netscape will ignore everything from that point on even...
  5. gollyg

    Netscape 6 problem passing URL

    I've written a fairly simple page that passes a couple of variables in the URL. Works fine in IE and Opera, and even in NN4. Problem seems to be that Netscape 6 will only pass one variable (everything after the & is lost). I have checked the source being served to Netscape and it is as follows...
  6. gollyg

    determining the window width

    Is there any cross-browser compatable method of determining the inner width of the browser window. I've just been looking at the javascript object table and I'm surprised to see that this property does not seem to be supported (other than by Netscape 4+). I know you can get the screen width but...
  7. gollyg

    image preload script

    Hi, I've been trying to write something to simplify the preloading for my buttons. There are two button states and they are named button.gif and button_o.gif (where button is a unique name for the button). So the code needs to introduce button as a new image and set the source property. But it...

Part and Inventory Search

Back
Top