a12c4magic Posted June 11, 2009 Posted June 11, 2009 Can someone please explain how I make a box that I can add a paypal image into so that when the image is clicked it will bring up a popup the code for the image and pop up is: <!-- PayPal Logo --><table border="0" cellpadding="10" cellspacing="0" align="center"><tr><td align="center"></td></tr> <tr><td align="center"><a href="#" onclick="java script:window.open('https://www.paypal.com/uk/cgi-bin/webscr?cmd=xpt/Marketing/popup/OLCWhatIsPayPal-outside','olcwhatispaypal','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=400, height=350');"><img src="https://www.paypal.com/en_GB/i/bnr/vertical_solution_PP.gif" border="0" alt="Solution Graphics"></a></td></tr></table><!-- PayPal Logo --> I know how to make a box however I end up with a box that says: BOX_INFORMATION because obviously I need to alter the code and I don't know what the code should be. Thanks Sue
a12c4magic Posted June 11, 2009 Author Posted June 11, 2009 Never mind I have finally figured it out, for anyone else interested here is the code I used: <?php /* $Id: paypal.php 1739 2007-12-20 00:52:16Z hpdl $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public License */ ?> <!-- information //--> <tr> <td> <?php $info_box_contents = array(); $info_box_contents[] = array('text' => BOX_HEADING_PAYPAL); new infoBoxHeading($info_box_contents, false, false); ?> <!-- PayPal Logo --><table border="" cellpadding="0" cellspacing="0" align="center"><tr><td align="center"></td></tr> <tr><td align="center"><a href="#" onclick="java script:window.open('https://www.paypal.com/uk/cgi-bin/webscr?cmd=xpt/Marketing/popup/OLCWhatIsPayPal-outside','olcwhatispaypal','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=400, height=350');"><img src="https://www.paypal.com/en_GB/i/bnr/vertical_solution_PP.gif" border="0" alt="Solution Graphics"></a></td></tr></table><!-- PayPal Logo --> <!-- information_eof //-->
Recommended Posts
Archived
This topic is now archived and is closed to further replies.