Results 1 to 3 of 3

Thread: focus of popup window

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2001
    Posts
    416

    focus of popup window

    Hi,

    I have an asp that allow user to send email, after that, system will popup a msg and return to the previous screen. I use the following code to do so:

    ...
    top.location.href = locationPath;
    remote=window.open(theURL,winName,features);
    remote.focus();
    ...

    but I always have the msg window popup, then goes to the back. Is there any method to make in on top except using showModalDialog?

    Thx!

  2. #2
    Fanatic Member davebat's Avatar
    Join Date
    Dec 2002
    Posts
    727
    a popup should anyway, try taking the remote.focus() out and see if thsat helps

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2001
    Posts
    416
    Hi,

    It doesn't so I add it, but the result is the same.

    Thx!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width