Hi
I'm currently writing a plugin
In this plugin I build an URL with several parameters and then when the save_post action is triggered I use the wp-redirect function to go to this URL.
I wanted to know if it's possible to run this URL in an overlay using jquery (or any other framework) like this => http://wfiedler-online.de/javascripts/modal.html
if it's not possible, I also wanted to know if it's possible to redirect this URL trough a new tab instead of the same page.
Thank you