Hi, I've got a problem in my app : There is a function test(oRequest) which is call by many iframes by top.test(new Request()); I need to know which window is calling the test function.
I try to use caller function's attribute without success... maybe if it's possible to know the oRequest's window owner ? Appreciate any ideas.
