PDA

View Full Version : Close btn



abraxas
November 18th, 2004, 02:19 PM
I want an Actionscript on a button that will close the window (the internet explorer window as an example)

Can someone tell me what the as is?

Limitlis
November 18th, 2004, 02:38 PM
have you tried the JScript Close function?
javascript:window.close()


or try
on (release) {
fscommand ("quit");
}

abraxas
November 18th, 2004, 02:55 PM
ok thanks alot :D