var win = window.open(...);
win.post(myformData);
You will need jQuery on your new window to be able to use the ajax plugin, so it can't be an empty document.
I hope this helps,
Brito
On 9/1/06, Gholias <[EMAIL PROTECTED]> wrote:
Hi, I need create a print version of my page
I need open this print version on a new window
The page is rendered using variables from a post made the ajax plugin
how can I use Jquery to force this post to open a new window?
like a target _blank on <form tag?
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
_______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
