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

close html window

Status
Not open for further replies.

sawfish

Technical User
Apr 21, 2002
72
GB
how do I close an html pop up window in Flash with a button. I'm sure its very simple and I'm just being stupid but I cant seem to get it?
 
Code:
on(release){
    getURL("javascript:window.close();");
}


Regards,

cubalibre2.gif
 
thank you, new it would be something simple.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top