<html>
<title>iframe_test</title>
<head>
</head>
<body>
<iframe src="test_page_with_links.html" width="whatever" height="whatever" /></iframe>
</body>
</html>
I’m trying to figure out a way to make an iframe people can add to their own websites that adds additional navigation links, but if I try to change the window.top.location from within the iframe to let’s say /profile, the browser goes to my website that’s housing the iframe /profile instead of the website the iframe is on /profile — hope this makes sense
add target=”_top” to your links