frontline
09-19-2002, 11:50 AM
Hello
i have frameset that is build from 3 frames (it can be more)
from one of the frames in this case lts say the top frame i open with window.open apopup window
in this html page (the one in the top frame ) i have in the body an "onload" event that checks if the opened window is not closed
or does exists and keep it always onfocus (winName.focus()) BUT when i click in the other frames i loss the focus of the popup
window .
how can i prevent the losing focus of the popup window no matter what i do ?
(of course im canceling the focus from inside the popup window when i close it )
thanks
i have frameset that is build from 3 frames (it can be more)
from one of the frames in this case lts say the top frame i open with window.open apopup window
in this html page (the one in the top frame ) i have in the body an "onload" event that checks if the opened window is not closed
or does exists and keep it always onfocus (winName.focus()) BUT when i click in the other frames i loss the focus of the popup
window .
how can i prevent the losing focus of the popup window no matter what i do ?
(of course im canceling the focus from inside the popup window when i close it )
thanks