Feedback on: irt.org FAQ Knowledge Base Q1545
Comments:
Name a window which u opens up. Hence it will be the object for that window. Using that first close the window and then open again.
if(window.mainwind!=null)
{
window.mainwind.close();
}
mainwind=window.open("1.html","annotation","toolbar=nowidth=500,height=600,top=0,left=0");
Comments:
I have tried it, but It does not work. I am using IE 5.5.
Can u pls. suggest me some other method of minimizing a window.
Thanks
Comments:
Now i realized that it works when more than one windows are opened. For a single one it doesn't.