I am using CRM 2013. I have added Iframe on FORM. I am showing custom ASPX page in Iframe. Whenever I create a new record. the Iframe doesn't refresh. I have added the below code to refresh the iframe on save of the record.. but it is not working..
// query string parameters
var IFrame = Xrm.Page.ui.controls.get("IFRAME_test");
var Url = IFrame.getSrc();