Hi !
I have a page that loads multiple (five) frames. Is there any way to know that which frame has the focus at the current time. When I scroll(vertical) the bottom right frame, the bottom left frame should also scroll, so I implemented the scroll event method in both the pages to make both are in sync. But the problem is, when I scroll any of the frames, the scrollbar of both the frames does not stop until it reaches down. I figured out the problem, that is when I scroll the right frame, it calls the left frame's scroll method and vice versa, so both the functions get called until the scroll bar reaches down. It should be solved by knowing which frame's scroll bar is moved. It is possible only if I know which frame is in focus. Early solution is appreciated.
Thanks
AJP
I have a page that loads multiple (five) frames. Is there any way to know that which frame has the focus at the current time. When I scroll(vertical) the bottom right frame, the bottom left frame should also scroll, so I implemented the scroll event method in both the pages to make both are in sync. But the problem is, when I scroll any of the frames, the scrollbar of both the frames does not stop until it reaches down. I figured out the problem, that is when I scroll the right frame, it calls the left frame's scroll method and vice versa, so both the functions get called until the scroll bar reaches down. It should be solved by knowing which frame's scroll bar is moved. It is possible only if I know which frame is in focus. Early solution is appreciated.
Thanks
AJP