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.
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...
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...
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>...
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...
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.