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,018 |
Nodes: | 17 (0 / 17) |
Uptime: | 08:33:13 |
Calls: | 503,159 |
Calls today: | 13 |
Files: | 225,189 |
D/L today: |
12,652 files (8,255M bytes) |
Messages: | 440,640 |
Posted today: | 6 |