how to hide a window
- by Nani
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.