Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback: irt.org FAQ Knowledge Base Q1545

Feedback on: irt.org FAQ Knowledge Base Q1545

Sent by Mansoor Ali P on June 28, 2001 at 08:45:07: - feedback #2914

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");



Sent by Sabahul Hasan on September 06, 2001 at 08:50:43: - feedback #3132

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


Sent by Sabahul Hasan on September 06, 2001 at 08:53:15: - feedback #3133

Comments:
Now i realized that it works when more than one windows are opened. For a single one it doesn't.


©2018 Martin Webb