I'm using iframe to open a website in html. However, many target attributes are _blank and _top in the website.
Therefore, the pages always open in a new window.
How to force the link open in same inframe in html?
My code below:
<iframe name="inapp" frameborder="0" src="http://www.w3schools.com" target="_self"></iframe>