chaos122967 Posted January 29, 2003 Share Posted January 29, 2003 How do I get the "click to enlarge" pop up window to target self instead of new? Thanks, Brett If at first you do not succeed, skydiving is not for you! Link to comment Share on other sites More sharing options...
Christian Lescuyer Posted January 30, 2003 Share Posted January 30, 2003 Just remove the javascript stuff from product_info.php. Delete all this: <script language="javascript"><!-- document.write('<?php echo '<a href="javascript:popupWindow('' . tep_href_link(FILENAME_POPUP_IMAGE, 'pID=' . $product_info_values['products_id']) . '')">' . tep_image(DIR_WS_IMAGES . $product_info_values['products_image'], addslashes($product_info_values['products_name']), SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="5" vspace="5"') . '<br>' . TEXT_CLICK_TO_ENLARGE . '</a>'; ?>'); //--></script> <noscript> and this: </noscript> Christian Lescuyer Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.