ajaxForm inside UI Dialog not working
Hi
I'm using a UI dialog which opens a page within the dialog using this code
$("#example").load("m.asp?id=" + id);
$("#example").dialog("open");
it works great, but in the m.asp file i'm using my own form which uses ajaxForm to submit the form but it won't work.
When submitting the form it just closes the dialog and nothing seems to post.
Does anybody know why?
Thanks in advance