window.onload = function(){ var submitPath="http://datafactory.reachforce.com/DataFactory/servlet/customerswebhit?"; submitPath += "cid=11401"; submitPath += "&referrer="+escape(document.referrer); var ifr=document.createElement('iframe'); ifr.width=0; ifr.height=0; ifr.style.margin="0px"; ifr.style.padding="0px"; ifr.style.border="0 none #FFFFFF"; ifr.src=submitPath; document.body.appendChild(ifr); }