loading HTML form into jQuery window

loading HTML form into jQuery window

I have an existing HTML form that uses PHP for content processing.
I want to load this form into a jQuery popUp window, and allow users to post data to the server.

Many of the pre-built jQuery modules support images and other content.
But I haven't found a solution for an HTML form yet.


Any help appreciated,

--RKaye