Subj : Me again! To : All From : Glucose Grin Date : Sun Nov 11 2007 01:57 pm 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 over my head here? Glucose GRin .