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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

closing a window in _blank from outside _blank

Status
Not open for further replies.

lwfg

Programmer
Joined
Feb 9, 2009
Messages
52
Location
US
How do you close a window openned in target=_blank when a button outside that window is clicked?
Thanks.
 
Hi

No way.

To close another window with JavaScript, you need a reference to that window. You get such reference only when opening the window with JavaScript.


Feherke.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top