I have links inside the iframe that are external, and I would like them to open in the same window, leaving an iframe. Thank!
You want to specify target="_top"as follows:
target="_top"
<a href="http://example.com/" target="_top">Click me!</a>
Source: https://habr.com/ru/post/1752032/More articles:If you add the same line to two different lists or collections in Python, are you using twice as much memory? - pythonHow to replace a hyphen with an empty space / space? PHP - phpjavadoc @docRoot - javaSecure Web Service (NTLM) - Jmeter - authenticationRecord video in a webcam to a local file system from a browser - javaHow to customize skin type and type Product Type Bundle programmatically in Magento? - phpHow to get jQuery to accept json response? - jsonjQuery click () doesn't click? - javascriptjQuery click () can only trigger event handlers for DOM 0 and event handlers registered through jQuery ...? - javascriptManaging Large Log Files - debuggingAll Articles