Forum Moderators: coopster
how can this be done - i have fumbled helplessly for a few weeks on and off and would be grateful for any suggestions
thank you
<a href="<?php $sess->purl(URL . "?page=$flypage&product_id=" . $db->f("product_id") . "&category_id=" . $db->f("category_id"));?>">
<?php $ps_product->show_image($db->f("product_thumb_image"),"height=100 width=100 hspace=0 vspace=0 alt=\"" . ($db->f("product_s_desc")) . "\"");?>
</a>
<script language="JavaScript">
function showpage() {
window.open("http://www.yoursite.com/yourpage.php","showpage","width=800,height=600,toolbar=0,status=0,scrollbars=3,menubar=0");
</script>
This will open a page 800 by 600
Your href then becomes
<a href="javascript:showpage()">