Chrome extension iFrame all actions outside it

Asycliddism

New Member
I am making a chrome extension and I am loading a webpage using \[code\]iFrame\[/code\]. 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).otherAlternatives of this may be if I don't use any iFrame but div or something else to load the webpage on it.
 
Back
Top