basically, i used an iframe to display 3 latest blog links, but when i click on them they opened inside that little iframe. How do u open that link into another page such as website.com/blog
here's the code that i have inside that iframe
<?php while (have_posts()) : the_post(); ?>
" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?>