[jQuery] jqModal issue with iframes

[jQuery] jqModal issue with iframes


hello friends,
i'm facing an unexpected issue with my iframe use of jqModal: see i
use nested jqModal windows, which means: i launch a modal window from
the main page, the modal displays a form in an iframe. This form
contains a link that can open another form in another modal window,
also inside an iframe.
Since they are all inside their iframe it works quite well, except
that, having a regular form submitted in one of them updates all
iframes, and the data is saved as many times as there are iframes !
I thought adding a "target="_self" to each form's html markup would
solve it but, not....
Strange isn't it?
--
Alexandre
PS: using FF3.0.1