I have a html page. html page has a iframe. when I submit the form inside iframe, returned result is displayed inside that iframe. How to display that result in parent of iframe??
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
All you need to do is handle the onload event of the iframe. This event is triggered when the iframe receives response from the server. |
|||
|
|
