Below is the code it gives me:
<form method="get" action="http://www.dpbolvw.net/interactive" target="_top">
<table border="0" width="600" cellpadding="5" cellspacing="0">
<tr>
<td valign="top" width="10%"><img src="http://us-preview.ebooks.com/previews/000/000300/000300287/000300287-sml-1.jpg" border="0" alt="How to Make Money Online with eBay, Yahoo!, and Google"/></td>
<td valign="top" >
<p><b><font size="4">How to Make Money Online with eBay, Yahoo!, and Google</font></b></p>
<p><font size="2">Groundbreaking strategies for reaching millions of customers online and boosting traffic, sales, and profits This full-color, seminar-in-a-book presents a proven plan for maximizing your online profits by leveraging the top three services: eBay, Yahoo! and Google. You?lllearn to: expand an existing eBay business to reach millions of targeted buyers; Open a Yahoo! store to build a thriving direct-to-customer business; and send more customers to their online retail business with improved search engine placement and targeted adword buys using Google. How to Make Money Online with eBay,Yahoo!, and Google explains how to use cross-merchandising and integration strategies to promote sales and manage inventory across multiple sales channels.</font></p>
<hr>
<input type="hidden" name="pid" value="0000000"/>
<input type="hidden" name="aid" value="00000000"/>
<input type="hidden" name="cjsku" value="000000"/>
<input type="hidden" name="url" value="http://www.ebooks.com/cj.asp?IID=300287"/>
<input type="submit" value="Buy"/>
</td>
</tr>
</table>
</form>
<img src="http://www.lduhtrp.net/image-2811192-10281551" width="1" height="1" border="0"/>
I strip out everything except for the form tags and input tags and change the "Buy" value to whatever I want it to be. This makes for an unobtrusive ad of sorts.
Below is the stripped down version:
<form method="get" action="http://www.jdoqocy.com/interactive" target="_blank">
<input type="hidden" name="pid" value="0000000">
<input type="hidden" name="aid" value="00000000">
<input type="hidden" name="cjsku" value="000000">
<input type="hidden" name="url" value="http://www.ebooks.com/cj.asp?IID=139648">
<input type="submit" value="Check Price On eBooks.com">
</form>
And here is the finished button:
4 comments:
Isn't it a violation of the terms to mess with the code CJ provides?
Never have had a problem myself, if you are concerned you can always contact CJ. I can only report what I do and what works for me and me only.
Dave
Don't you need a closing form/> tag?
yep, forgot to include that.
Post a Comment