I have a modal window opened in jquery, in the modal window I open an other webpage with an iframe. In these iframe I have and input text.
I need that when I close the Modal window, it return the value in the inputtext for to modify it.
I think that I could do these with a cookie or with a post value.
Thanks.
I have a modal window opened in jquery, in the modal window I open
Share
I found the solution. The code in the iframe is the next
The second line is a reference to parent, and the last line is a call to a method into parent. The code is the next: