For example, this script:

<SCRIPT>parent.frames._location.document.location.href='url'</SCRIPT>

Redirects the _location frame to the given url. And how to make a link so that it redirects in the same spirit? Tell me please

    1 answer 1

    If so?

     <a href="javascript:parent.frames._location.document.location.href='url';">Text</a> 
    • Got it, ATP, works)) - oOKomarOo