JQuery and iframes

JQuery and iframes


Hello,
First of all, I've never use JQuery before.
I wonder if jquery contains any sort of parent/children window management?
I'm talking about a hierarchy of window using <iframe /> tags.
For exemple, I would like to use one children iframe that displays in the
center of a page, covering a small portion of it. When one button is clicked
inside that iframe, a jquery dialog pops out. However, I would like the
modal behavior to be propagated to the parent window such as it is covering
all the browser viewport. Also, the dialog should not be "buried" (partly
hidden) by the parent window.
The goal is to easily integrate one web application into another.
The current application uses it's own javascript to manage dialogs and modal
zone.
I need to evaluate if jquery would allow an easy way to achieve that and if
not, will stick to plain old javascript hand coding...
Thanks in advance!
--
View this message in context: http://www.nabble.com/JQuery-and-iframes-tp22214229s27240p22214229.html
Sent from the jQuery UI Discussion mailing list archive at Nabble.com.