|
-
Aug 23rd, 2001, 10:25 AM
#1
Thread Starter
Frenzied Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|