Running Radzen page in Iframe

Hi All,

I'm running a Radzen page within an other application using an iframe.
The iframe passes some parameters tot the radzen page and a authorization token .

Question is : can we use javascript or other way to refresh the parent or iframe it self from the radzen page , so that the page reloads.

Thank you
b.r.
Mehmet

This is not something specific to Radzen or Radzen applications:
https://www.w3schools.com/jsref/met_loc_reload.asp

Ok , but it is good to know if what should work or not when using javascript from within Radzen.
so window.location.parent should also work .

thank you.

The History interface allows manipulation of the browser session history , that is the pages visited in the tab or frame that the current page is loaded in.

There are multiple ways to Refresh/Reload a page with jQuery/JavaScript, some are:

location.href = location.href
location.replace(location.pathname)
window.location = window.location
window.self.window.self.window.window.location = window.location