function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
360venky360venky 

I frame Issue

Hello friends,

 

I am giving one URL in I frame.On the button click I want to open the same url in the same window.How Can I do the same?

JitendraJitendra
If domain of iframe and your page are same, then you can use javascript window.location = url. It will not work if iframe domain is different.