Use this page to set a cookie for an affiliate id. # ------------------------------------------------------------------- # AFFILIATE_ID JAVASCRIPT # ------------------------------------------------------------------- Add this to your index page This code is used to capture an affilite id when the user enters your web site. It grabs the affiliate ID passed in the url and sets a cookie which will be accessed later in the order form page. The link to this page should be as follows: http://www.YOURSITE.com/index.html?ID=12345 the 12345 is the affiliate number we want to save. You can use anything you like on the left side of the equal sign like this: http://www.YOURSITE.com/index.html?member=12345 http://www.YOURSITE.com/index.html?affiliate=12345 http://www.YOURSITE.com/index.html?id=12345 etc... It does not matter...
The rest of your page goes here....