Results 1 to 3 of 3

Thread: Open a new window without the focus

  1. #1

    Thread Starter
    Frenzied Member sebs's Avatar
    Join Date
    Sep 2000
    Location
    Aylmer,Qc
    Posts
    1,606
    I know how to open a new window, but how to
    open it without giving it the focus(to keep it minimize)

    my page is an asp page!!

    any idea!!

  2. #2
    Fanatic Member Psyrus's Avatar
    Join Date
    Jul 2000
    Location
    NJ
    Posts
    602
    In the <body> tag of the new window try something like this:

    <body ONLOAD = "window.blur();">

    That should do it.
    Chris

    VB 6.0 Calendar App Video Gamers Group
    Don't forget to rate people if they helped you.

  3. #3

    Thread Starter
    Frenzied Member sebs's Avatar
    Join Date
    Sep 2000
    Location
    Aylmer,Qc
    Posts
    1,606
    it does not do it because it's an asp page,so
    it load and then it blur() my solution is
    when i open it in my window.open statement,
    for the left and top i gave it 3000 each, so i don't see
    it!!!


    tx anyway!!

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