yadagiri uppari

yadagiri uppari

  • NA
  • 277
  • 185.5k

How to open .aspx page as new window attached to webpage

Aug 29 2013 5:26 AM

What my requirement is : I have to open multiple chat windows within my web site. When user minimizes website my chat windows also to be minimized and must be within website window.

 

However currently I am displaying chat windows using javascript code(window.open() ) and these chat windows are opening in saperate windows causing both not minimizing and not closing even after my website window is minimized or closed.

 

Please help what is the best solution to open chat window.aspx so that these chat windows attached to my website page.