Had a look at you site and the code behind it.
What I'm thinking at the moment is that you could maintain an array as a variable as mentioned previously. Then when you call your function - multiload3, that array could be appended to one of the file calls, for example;
- Code: Select all
parent.topFrame.location.href=doc1?myarray;
Then you could have an onload event that extracted that variable from the refering url so that it is available for further manipulation.
You could in theory maintain an array for each of the three frames.
Am I making sense?