Lenik
Lenik

Reputation: 14458

Pop up html page as a jQuery UI Dialog?

For example, I have a properties page foo-properties.html in full html (i.e., the root element is <html> ). I don't want to convert it to be div-wrapped. I want to show the properties page as a jQuery UI dialog, is it possible and how?

Upvotes: 2

Views: 351

Answers (1)

Atticus
Atticus

Reputation: 6720

Hmm, can you put it into an iframe and use the frame's wrapper as the modal overlay?

Upvotes: 2

Related Questions