Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

check if window already open ?? 1

Status
Not open for further replies.

armandoxxx

Programmer
Nov 28, 2000
3
SI
can anybody tell me how can I check if the window with name mywin is already open .. I oppend it with
mywin = window.open(url,"min","toolbar=no,directories=no,menubar=no,status=no,scrollbars=yes,resizable=yes,width=480,height=480,top=0,left=0");


10x !!!

Armando
 
window.closed : returns true if it's closed, false if it's not
sure works for ie, not sure for netscape
hope this helps !!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top