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
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
Source: https://ru.stackoverflow.com/questions/136842/
All Articles