Michael Sd

Greenhorn
+ Follow
since Nov 23, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Michael Sd

Yes. The problem is that the frames are in different domains..

that’s why I was thinking of ActiveX..
I have a main window which produces a number of child windows when I press a button.

Users need to be able to switch between windows using Ctrl+Tab hot key.

I was trying to implement this by intercepting keyup/keydown events in one of the frames.

But the problem is that main window has several frames and I don't have access to all of them.

As soon as a user clicks on a frame without my handler the hot key is not working anymore.

Any ideas how to implement it?

Maybe an ActiveX component? If ActiveX could help me - how does it work?

Thank you.