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

close window

Status
Not open for further replies.

Whiteybags

Technical User
May 18, 2004
18
IE
Hi,
I have created a button in the right corner of my page. When I click the button I want the whole window to close. Do you know how to do this?

on (release){

????

}

Thanks
 
Its OK think I figured it out.

on (release) {
getURL("javascript:window.close();");
}


Thanks anyway!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top