Hi I’m wondering if it’s possible to link to another page’s specific frame and I still want the other frames to be visible.
For example: i have a site: example.com and I want to link to anotherexample.com that has one frame for the menu and one for the page.
Is it possible to link to a subpage and still have the menu frame visible?
For Frame :
For Iframe :With Javascript you can
var myf = document.getElementById(“myiframe”);
myf.src = “http://anotherexample.com”;
iframe A must be in the same domain of frame parent to be able to modify iframe B src