RE: How to put links in produckt descriptions?

OceanRanch <[email protected]> 13 Sep 2003 18:52:35 -0000
Newsgroups gmane.comp.web.oscommerce.general
Message-ID <3310dec4ce625a0297a752c0f3d9a5d8@osCommerce-Forums>
This message was sent from: General Support
http://forums.oscommerce.com/viewtopic.php?p=228980#228980
----------------------------------------------------------------

I think you'll need to place your javascript in product_info.php as a "general" function. Then call that function with a href html link in the product description passing a variable like prod1.html that can be used in your general javascript routine to open a pop-up window and load that url.

Hope this helps