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!

Close Browser Action Script

Status
Not open for further replies.

Jusenkyo

Programmer
Aug 16, 2002
295
GB
Hello All

I want to run an action script on a button that closes the current IE window...
What is the code/function for it?

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

Regards,

cubalibre2.gif
 
Cheers Oldnewbie...

I found it just after I posted the first time!

But thanks anyways!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top