I have a plugin in which I use wp_redirect() to send the user to a different web page when they submit a post in WP-Admin. I'd like to make it so that the redirected page opens in a new windows (instead of the current window, as wp_redirect() does).How can I do that?