M
Max
is there a quick way to close the browser from a servlet ?
for the moment, when the user clicks on QUIT, I do a redirection to another
html page
Redirection redirection = new Redirection("/index.html");
return redirection;
How do i just close the browser, without any redirection ?.
thanks
for the moment, when the user clicks on QUIT, I do a redirection to another
html page
Redirection redirection = new Redirection("/index.html");
return redirection;
How do i just close the browser, without any redirection ?.
thanks