When I left OR right click on the left frame, I want it to automatically shift focus to the right frame. Is that possible?
Thanks
Printable View
When I left OR right click on the left frame, I want it to automatically shift focus to the right frame. Is that possible?
Thanks
Its been a while, but you should be able to put an onFocus() handler in the body tag of the left frame, then just call RightFrame.focus()
:)
Thank You