I am making a chrome extension and I am loading a webpage using iFrame
. But, I want all actions that come from it (ex. users click on a link, searches if there is searchbox) to go to with no iFrame (to leave the iFrame and load the other page normally).
other
Alternatives of this may be if I don't use any iFrame but div or something else to load the webpage on it.