Here is how I did it, modifying a few files to accept any "code" that is input from a banner link. This will be on www.mauimoonlight.com, soon as we get up and running. HERE ARE THE FILES AND MODIFICATIONS: web_store.cgi $page = $form_data{'page'}; $code = $form_data{'code'}; while () s/code=/code=$code/g; s/%%code%%/$code/g; s/cart_id=/cart_id=$cart_id/g; s/%%cart_id%%/$cart_id/g; s/%%page%%/$form_data{'page'}/g; web_store_html_lib.pl $hidden = qq! !; web_store.setup.frames.javascript order_form_array '21-ex_date', 'Card Expiration', '22-shipping', 'Shipping Method', 'code', 'Referer Code'); web_store_order_lib.pl
\n!; html page templates