Using JQuery, how do I create a lightbox effect but instead of display a single photo - I want to display an HTML document within the lightbox.
Essentially, if you have every used Facebook - they do this effect all the time. Instead of going to a new webpage to send a message, it just pops up the message HTML form inline on the current page.
UPDATE
Does anyone have more information on JQuery Dialog built-in capabilities. It appears I might be able to have a JQuery Dialog load an external web page ... but am having a difficult time finding the info.