how to hide a window
Posted
by Nani
on Stack Overflow
See other posts from Stack Overflow
or by Nani
Published on 2010-04-27T06:34:09Z
Indexed on
2010/04/27
7:03 UTC
Read the original article
Hit count: 340
ASP.NET
|JavaScript
Like
window.open();
window.close();
Do we have any facility to hide a window.
I have a window opened on a aspx page. That window has a button which opens second window. When 2nd window is opened I want to hide the 1st window. Is there a way?
Plz Suggest me.
Thank You.
© Stack Overflow or respective owner