Results 1 to 3 of 3

Thread: Opening windows and focusing

  1. #1

    Thread Starter
    Frenzied Member dj4uk's Avatar
    Join Date
    Aug 2002
    Location
    Birmingham, UK Lobotomies: 3
    Posts
    1,131

    Opening windows and focusing

    From within a window I want to be able to open another window from in one window but keep the opener as the window on top. All JavaScript must be from the opener window.

    Any ideas?

  2. #2
    Frenzied Member DeadEyes's Avatar
    Join Date
    Jul 2002
    Posts
    1,196
    popunders yuck!
    Code:
    function Pop_Pop_PopMusic(){ 
    win2=window.open(etc..) 
    win2.blur() 
    window.focus() 
    }

  3. #3
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    All pops are yuck!

    Popup blockers rule!
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

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