Actions
Support #959
closed
FA
KD
Quit application and close window
Support #959:
Quit application and close window
Start date:
08/17/2011
Due date:
% Done:
0%
Estimated time:
Description
Hi,
How can i close the browser tab when the application is closed using WApplication::quit.
Thanks, Francesco.
KD Updated by Koen Deforche about 15 years ago
FA Updated by Francesco Alfano about 15 years ago
Thanks,
it works on explorer, but doesn't close in firefox.
How can i do the same on firefox?
Regards, Francesco
FA Updated by Francesco Alfano about 15 years ago
I've tried this:
wApp->doJavaScript("window.open('','_self',''); window.close(); document.location.href=\"about:blank\";");
and it seems to work.
Thanks for the idea, Francesco
KD Updated by Koen Deforche almost 15 years ago
- Status changed from Feedback to Closed
Actions