Child window.. Highlight Problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • RamananKalirajan
    Contributor
    • Mar 2008
    • 608

    Child window.. Highlight Problem

    Hi, I am creating a child window in a html page using window.open() on click of a link. I am minimizing that child window (not closing it). Again I am clicking the same link which opens that child window. Now exactly what's happening is that child window gets maximized as i have used target="window1 ", but what i want actually is the minimized window should be highlighted or blinked indicating that that child window is already opened. Any suggestions on this....

    Regards
    Ramanan Kalirajan
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5388

    #2
    i think that is not possible ... but you may store a reference and check for the window's closed property, then you could display a message that the window is already opened ...

    kind regards

    Comment

    • RamananKalirajan
      Contributor
      • Mar 2008
      • 608

      #3
      Thanks for your Suggestion gits :-)


      Regards
      Ramanan Kalirajan

      Comment

      Working...