[jQuery] submit form into shadowbox (or lightbox)

[jQuery] submit form into shadowbox (or lightbox)


Hi,
I need to call a shadowbox page doing a post form.
My form would be something like this:
<form id="form1" name="form1" method="post" action="">
<input type="text" name="textfield" id="textfield" />
<input type="hidden" name="hiddenField" id="hiddenField" />
</form>
What I need is that the destination page of the form is opened
"inside" page of the caller page (using shadowbox for this) and it
receive the correct parameters passed by post.
Someone can help me, please?
Thank you!
Federico
Ushuaia, Argentina