PDA

View Full Version : Close button



fiery_rockstar
June 22nd, 2004, 01:09 PM
I'm currently using the following code:


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

to make a button close the window on a feedback form, but when click another pop up comes up saying "the browser is trying to close to the window, do you want to close the window" or something like that. Is it possible to just make the window close without this pop up?