I'm not sure if this can be done with code, but how can you refresh an IFrame with client-side script? My app a report preview with the report inside an IFrame. In that report is a user-specific variable (a name pulled from a cookie). I want the user to be able to edit the signature, in case it is the wrong one. I already have the code in place to change the cookie. I'd like to be able to force a refresh with the updated cookie information. I've tried using

window.location = window.location


and the IFrame will not reload correctly.