Auto-refresh a parent window while keeping the focus on the child window

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Natygan
    New Member
    • Mar 2008
    • 2

    Auto-refresh a parent window while keeping the focus on the child window

    Hi,

    I've got a Web page which can become a parent window : some links use "window.ope n" to open the desired link into a new child window.
    This parent window has got an auto-refresh functionality (<meta http-equiv="refresh" content="60">).

    My point is that when I'm looking at the child window, I don't want the parent window to take the focus when refreshing.

    Does anybody have an idea ?

    Thanks !
    Nathalie.
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    It shouldn't take the focus unless you have a focus statement onload.

    Comment

    • Natygan
      New Member
      • Mar 2008
      • 2

      #3
      Originally posted by acoder
      It shouldn't take the focus unless you have a focus statement onload.
      You were right : that was the point ! I hadn't noticed it because I'm not the original coder...
      Thanks a lot :)

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #4
        No problem, you're welcome. Post again if you have any more questions.

        Comment

        Working...