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!

Search results for query: *

  • Users: SirEddy
  • Content: Threads
  • Order by date
  1. SirEddy

    Progress within a while statement

    How can I show the progress while in a while statement? All I see here is that any method I have tried to use waits until the while is completed to update. I really don't care if it is a textual or graphical progress display as long as it is real time.
  2. SirEddy

    Dynamic array (try 2)

    I am a bit lost here and think I did something like this in the past. Say I have array that I want to call the record length as follows: dataRecords = data_fish.length or dataRecords = data_dogs.length where data_fish and data_dogs are the arrays But I want to have a function to dynamicaly...
  3. SirEddy

    Dynamic array

    I am a bit lost here and think I did something like this in the past. Say I have array that I want to call the record length as follows: dataRecords = data_fish.length or dataRecords = data_dogs.length But I want to have a function to dynamicaly call the length but want to use variables like...
  4. SirEddy

    Dynamic js load part 2

    ok let me try this again cause a variable was posted wrong before and I don't want the to confuse things. Below is a complete html plus the js file being loaded. This works on a local basis but not when uploaded on my site. -------------------------------------------------------- <HTML> <HEAD>...
  5. SirEddy

    Dynamic js load

    At wits end here. Why does this work on a local basis but when uploaded to website it does not. function loadJSscript(TheFile){ sscriptFileNameFinal=TheFile var script = document.createElement('script'); script.type = 'text/javascript'; script.src = jsscriptFileNameFinal...

Part and Inventory Search

Back
Top