...that's about it, actually 
I use window.open to open a new window and I want to be able to call a JavaScript function in that new window from the opening window. I've tried this;
newWindow=window.open(newWindow.html)
newWindow.JSFunction();
...but I got an error about the object not supporting that property or method - I can't say I was shocked to the very core of my being
Is is possible?
Any help would be much appreciated,
Thanks,
Paul

I use window.open to open a new window and I want to be able to call a JavaScript function in that new window from the opening window. I've tried this;
newWindow=window.open(newWindow.html)
newWindow.JSFunction();
...but I got an error about the object not supporting that property or method - I can't say I was shocked to the very core of my being

Is is possible?
Any help would be much appreciated,
Thanks,
Paul