Help: Product Ads

JaveScript Tag to display random products on any html page!

<SCRIPT LANGUAGE="JavaScript" src="http://www.yourdomain.com/cgi-bin/acart/apple-ads.pl?&imgsize=100&fntface=Arial&fntcolor=Black&fntsize=1&prodcodes=c45t&keywords=memorials" type="text/JavaScript"></SCRIPT>

Note: You can place the tag as many times as you want on a page, just change the codes for each one!


JaveScript Tag to display an Individual Product on any html page!

<SCRIPT LANGUAGE="JavaScript" src="http://www.yourdomain.com/cgi-bin/acart/apple-ads.pl?&itemnumb=ML-G2001&imgsize=100&fntface=Arial&fntcolor=Black&fntsize=1&prodcodes=c45t&keywords=memorials" type="text/JavaScript"></SCRIPT>

Note: This tag with the Field name itemnumb in it will only show that product
Note: You can place the tag on any html page, just change the item number for the product you want to show!


Field Names: and What they do!

imgsize = 100 - If this field is used it will make the image size 100x100 - if not used image size will be defualt

fntface = Verdana - If this field is used it will make the font face Verdana - if not used font face will be defualt Arial

fntcolor = Brown - If this field is used it will make the font color Brown - if not used font color will be defualt Black

fntsize = 1 - If this field is used it will make the font size 1 - if not used font size will be defualt 2

prodcodes = c100 - This field is used to call a random product from the c100 product category

keywords = memorials - This field is used call a random product from the product description from the words you put in.

itemnumb = ML-G2001 - This field is used call a specific product from the product database using the Product Number. - Do not use if you want random


Note: You must use procodes or keywords field for this to work!
Note: You don't have to use imgsize or fntsize in the call at all if you don't want to!