Hello everyone!
The following code is working ok, BUT I need to get rid of the pID value in the string and move it to a hidden field. Could someone tell me how to do it please?
Thank you in advance for the help.
Code:<script language="javascript"> <!-- document.write('<?php echo '<a href="javascript:popupWindow(\\\'' . tep_href_link(FILENAME_POPUP_PICTURE, 'pID=' . $products_id . '&pic=' . $pics ) . '\\\')">' . tep_image($small_pics, addslashes($products_name), 75, 75, 'hspace="2" vspace="2"') . '<br>' . '' . '</a>'; ?>'); //--> </script>


Reply With Quote
opupWindow(\\\'' . tep_href_link(FILENAME_POPUP_PICTURE, 'pID=' . $products_id . '&pic=' . $pics ) . '\\\')">'
Bookmarks