how to open a new page through link inside an iframe

Basically, i posted three latest blog and those are links to their post or content inside an iframe. The problem is they open inside an iframe. How do i make the link open in a new page?

here’s the code:

<?php query_posts('showposts=3'); ?> <?php while (have_posts()) : the_post(); ?>

<?php the_title(); ?>

<?php endwhile;?>

Thank you in advance!

I belive you use:

[php]Some Link[/php]

Note the target="_top".

Sponsor our Newsletter | Privacy Policy | Terms of Service