PDA

View Full Version : "close window" button


Juun
02-20-2001, 02:25 PM
Hallo...
I'm trying to create a button wich closes a window when klicked (or on release) Maybe it's still my unexperience and is the answer simple but I can't seem to find it...
Thanks for any help

Bye,

Juun
The Netherlands

Strok
02-20-2001, 02:48 PM
on (release) {
getURL ("javascript:window.close()");
}


Use this code to close your window