mmm I think what you should do if you want to use iframe is to refresh the page via ajax by sending the values ββthrough the url.
Upstairs, if you use ajax for updating, you should also display your information with this method, not IFRAME.
In any case, you can use jquery to update your iframe.
you can access the iframe as follows:
$ (window.frames ['my-IFrame']. Document)
If you could implement a complete jquery solution instead of this iframe method, this will simplify your life.
source share