[jQuery] Re: jQuery - UI - Dialog (embedding a web page)

2009-05-08 Thread williamstam
well you could use .load() to load a page into a div inside the dialog... then open it. i dont like using iframes *waits for the flameing* On May 8, 7:23 pm, DualFlex wrote: > Many thanks Richard! > > It's working! I have a few new twists. Meet you in the other forum! > --- > Dualflex

[jQuery] Re: jQuery - UI - Dialog (embedding a web page)

2009-05-08 Thread DualFlex
Many thanks Richard! It's working! I have a few new twists. Meet you in the other forum! --- Dualflex

[jQuery] Re: jQuery - UI - Dialog (embedding a web page)

2009-05-08 Thread Richard D. Worth
On Fri, May 8, 2009 at 10:40 AM, DualFlex wrote: > > Hi all, > > Just starting with jQuery... > > Q1) What is the most elegant way to embed another web page into a > dialog? Use an IFrame? Most elegent would be to call .dialog() on the iframe itself: $("iframe").dialog() or $("#theidoftheifr