...that's about it, actually ![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
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![Frown :( :(](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
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