I'm trying to load a .js in the background, and have it return some data to it's parent. I've got this in my logon.js
Hey kids. Kavn't posted here in like 3 years, but I have another question, finally!
I'm trying to load a .js in the background, and have it return some data to it's parent. I've got this in my logon.js
queue=(load(true,"queuetest.js"));
while (queue.length>0)
{
console.putmsg(queue.pop);
}
Does this make any sense?
in queuetest.js I tried using some methods of parent_queue, ie. parent_queue.push(bla), but it dosn't look like parent_queue exists. Am I o my head here?
Sysop: | digital man |
---|---|
Location: | Riverside County, California |
Users: | 1,025 |
Nodes: | 17 (1 / 16) |
Uptime: | 00:13:05 |
Calls: | 502,206 |
Calls today: | 11 |
Files: | 104,439 |
U/L today: |
1 files (1,436K bytes) |
D/L today: |
15,540 files (5,619M bytes) |
Messages: | 299,909 |
Posted today: | 1 |