I have an HTML page that contains an iframe where I load tables from the database. In this iframe I have an insert button that opens another page to insert a new record in the table, when this record is saved, I use javascript's window.close() function, but the iframe is not updated, that is, the new record doesn't appear until I F5 the page... I'd like some help on how I can update this iframe after saving a new record, remembering that the record page and the page containing the iframe are different.