Is there any way I can pass information using a custom button to another page? I have the text displaying and the link working but it just doesn't want to pass through information out of the database to the linked page...HELP!
Here's a sample of the existing code as it stands right now:
// Custom3 else if (cmdID == 'custom3') { // insert some text editor_insertHTML (objname, '<P align=center><?php a href="http://www.domainname.com/store/specialship.php?$product_info['products_name']"?><IMG src="https://www.domainname.com/store/images/boats.jpg" align=baseline border=0> Click here to reserve this item on our next boat shipment!</a></p>'); }