hi Everyone.
Wondering how do I make links open in a new windows or pop-up window.
For example, I have a PDF link generator for each post (from the Print PDF plugin). How do i make it so that it will open in a new windows.
Or in that same posting page, there is a link called "share" and i want to open in a new pop-up window.
I already have the script in CSS and jQuery to create the pop-up window but the when i look at the code in the item.php i see this:
<li><a href="<?php echo osc_item_send_friend_url(); ?>" rel="nofollow">
<?php _e('Share', OSCLASSWIZARDS_THEME_FOLDER); ?>
</a></li>