child windows, modal w/o being modal
I wish I could use a modal window but I can't because the window.opener only works in conjunction with window.open... nevertheless I need my child to act as modal. I tried to use a "onBlur="self.focus()"" method but the child has a select box that could not be accessed while using that. What I need to keep the user from giving the parent window focus. so my hypothisysed conclusion is to add a onFocus function to the parent window that checks to see if the child exists and if it does give the focus back to it... is this correct? and hints on how to do this or accomplish it another way?
Thanks in advance,
Michael