Hi. I have a question that will be easy for you, the experts guys, but it will help me so much. When i want to get the HTML code from advertiser's PRODUCTS i have 3 options: The first one has an image, the name of the item, the description and at the botton it has a "Buy" button and the HTML code for this option provided by CJ.com is something like this: <form method="get" action="http://www.jdoqocy.com/interactive" target="_top"> <table border="0" width="600" cellpadding="5" cellspacing="0"> <tr> <td valign="top" width="10%"><img src="http://www.cosmi.com/images/products/80x80/999000WEB.gif" border="0" alt="Print Perfect Business Publisher"/></td> <td valign="top" > <p><b><font size="4">Print Perfect Business Publisher</font></b></p> <p><font size="2">Create professional looking business documents.This complete publishing solution includes all new content, web page and chart making tools, powerful photo editing tools, save documents as PDF and more!</font></p> <hr> <input type="hidden" name="pid" value="REMOVED"/> <input type="hidden" name="aid" value="10492676"/> <input type="hidden" name="cjsku" value="549000WEB"/> <input type="hidden" name="url" value="http://www.cosmi.com/onlinestore/proddetails.aspx?Matnr=549000WEB&promo=XXXXXXXX"/> <input type="submit" value="Buy"/> </td> </tr> </table> </form> <img src="http://www.awltovhc.com/image-XXXXXXX-10492676" width="1" height="1" border="0"/> Code (markup): In the other 2 options i can see the following link as part of these codes: http://www.anrdoezrs.net/click-XXXXXXX-10492676?url=http%3A%2F%2Fwww.cosmi.com%2Fonlinestore%2Fproddetails.aspx%3FMatnr%3D549000WEB%26promo%XXXXXXXX8&cjsku=549000WEB Code (markup): (I've modified both codes for security) As you see, for this example i've selected the advertiser "COSMI". My question is if i can replace the following part of the first code i put: <input type="hidden" name="pid" value="REMOVED"/> <input type="hidden" name="aid" value="10492676"/> <input type="hidden" name="cjsku" value="549000WEB"/> <input type="hidden" name="url" value="http://www.cosmi.com/onlinestore/proddetails.aspx?Matnr=549000WEB&promo=XXXXXXXX"/> <input type="submit" value="Buy"/> Code (markup): for this part: <input type="hidden" name="url" value="http://www.anrdoezrs.net/click-XXXXXXX-10492676?url=http%3A%2F%2Fwww.cosmi.com%2Fonlinestore%2Fproddetails.aspx%3FMatnr%3D549000WEB%26promo%XXXXXXXX8&cjsku=549000WEB"/> <input type="submit" value="Buy"/> Code (markup): I mean, mixing both.... All i'd like to do is delete the "hidden" inputs of the button and replace the original URL of the button for my direct tracked link, can i do this without getting an invalid tracking link????. I think i can because i can add my direct tracked link to any text in my website, why i couldn't do the same thing with bottons. But i prefer to ask becuase the CJ site says clearly that any missing html, including the image source, will prevent the link from tracking properly and result in a loss of commissions. Now maybe you're asking yourself why would i like to change that.... Well, the answer for me is easy since i don't know if it has another solution, at least i have not found it yet. I'm using the Product Search services of webservices but the URL provided by cj for the button at the first HTML code for PRODUCTS is in this COSMI example this: http://www.cosmi.com/onlinestore/proddetails.aspx?Matnr=549000WEB&promo=XXXXXXXX I can get this URL in the Product Destination in Product Detail page but i can't access this URL from webservices and for that i'd like to change this botton's URL, because i'm trying to build a lot of HTML codes for products using NuSOAP and using the wsdl file provided by CJ. I can't get this botton's URL from Product Search 1 and 2, and from Link Search 1 i don't know if this is a casuality but i've tested with 4 advertisers and the linkDestination option provided by CJ (that i think it can provide me this URL) is blank always if i can get more than just banner links with Link Seacrh. And i'm having troubles setting up the Link Search 2 with NuSOAP, i'm working with PHP but i don't know what's the problem. The Product Search 1 and 2 just can provide me with the direct tracking URL trought clickUrl and buyUrl options respectevely. Can you help me with this??? Maybe saying to me if i won't have problems making this change or if you can say to me how to get the Product Destination URL provided in Product Detail pages automatically with webservices.... Thank in advance. Reinaldo. P.D.: Sorry for my english, i know it isn't very good.