Issue 576: nyroModal window addressing to a nyroModal iframe.
Status:  New
Owner: ----
Reported by cfu...@gmail.com, Jul 16, 2011
What steps will reproduce the problem?
1.within a page (first.html), create a link to (second.html), with class="nyroModal"
2.in the (second.html) page, create a <form> with class="nyroModal" and target="_blank" and say action="third.php".
3.when submitting this <form>, the nyroModal iframe (third.php) does not contain the submitted values. <?php echo $_POST['example']; ?>, neither $_GET values. 

What is the expected output? What do you see instead?
submitted values - nothing (a blank iframe)

What version of the product are you using? On what operating system?
version 2.0 Linux

Please provide any additional information below.

i noticed that this combination of a normal nyroModal window addressing to a nyroModal iframe, works fine with Chrome, but not with IE 9 or FF 5