PDA

View Full Version : keep popup window always onFocus


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

umm
09-19-2002, 11:54 AM
http://developer.irt.org/script/66.htm

frontline
09-19-2002, 01:03 PM
HEllo
tnx for the fast relpy
its better but still i can cheat it like when i click same clicks
fast in different frame and then it loss focus ...
is there any way to check if the window is minimazed? or something (the popup window that is)
tnx 4 the help