normally, when a link in an iframe is clicked, the new page loads up inside that iframe. i have an iframe that is part of my navagation. how to i make it where someone can click the link in the iframe, but it loads up in the main page. please see example pic i think there is a simple short javascript???? thanks
no need for javascript... just code your links like this <a href="/newpage.php" target="_top">click me</a> Code (markup):