Can't you put the url in the action attribute and just use
document.yourform.submit(); in the javascript?

<form action="yourpage.php" name="yourform" method="post">

On Aug 11, 8:34 pm, fib <desem...@gmail.com> wrote:
> Hi all
>
> I am struggling to submit the form that I am using
>
> I am using the jqueryui dialog modal 
> formhttp://jqueryui.com/demos/dialog/?#modal-form
>
> the form is populated with the correct data from a database
> I have a button in place and am following the example to validate
> but
> how do I submit the form to a specific url?
>
> thank you in advance
> much appreciated

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery-ui@googlegroups.com
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to