Hi Ivan, On 20/04/2010 23:02, Ivan Furdi wrote: > is it possible to redirect page (with setRedirect() ) to open in new > window?
No, a server side redirect does not influence the behavior of the client, in this case the browser. Only the browser can open a new window e.g. through a link with 'target' attribute of '_blank' etc. kind regards bob
