83545/how-to-redirect-parent-window-from-an-iframe-action
Hello @kartik,
Use this:
window.top.location.href = "http://www.example.com";
Will redirect the parent iframe.
Hope it helps!!
Thank You!!
Hello @kartik, To find in the parent of ...READ MORE
Hello @kartik, You could load the external page ...READ MORE
Hii kartik, You can resolved this issue like ...READ MORE
Hello, You can produce the javascript file via ...READ MORE
Hello @kartik, You don't really access it, you ...READ MORE
Hello @kartik, Single quotes are escaped by doubling ...READ MORE
Hello @kartik, You could use cross-env to set the port, ...READ MORE
Hello @kartik, In version 5.6.5, it is possible ...READ MORE
Hello @kartik, Using Window.postMessage() This method safely enables cross-origin communication. And if ...READ MORE
Hello @kartik, You can't change the field's value ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.