Welcome, Guest
  • Author Topic: Bringing Window to front?  (Read 2254 times)

    LiVe 'O' cLoThInG

    • Seasoned Programmer
    • ***
    • Posts: 102
      • View Profile
      • Email
    Bringing Window to front?
    « on: 12/14/05, 11:13 »
    I have several pop-ups on my site and was wondering if it is at all possible to create a link on the pop-ups that bring the opener window to the front so long as it is still open? If it is, how do i do it?

    saumya

    • Senior Programmer
    • ****
    • Posts: 496
      • View Profile
      • currently active
      • Email
    Re: Bringing Window to front?
    « Reply #1 on: 01/03/06, 07:08 »
    you can do that by using the window object of javascript
    Code: [Select]
    window.setFocus("myWin")