Myspace has recently changed the way a security feature of their site operates, which has broken the functionality of our standard button/link codes when pasted into Myspace.
We have devised a workaround for this problem and will soon be applying that solution to the button/link codes we issue, but in the meantime you can obtain fresh codes from your E-junkie Admin and modify it as follows to paste into Myspace:
In order to use your E-junkie purchase-button codes on Myspace, you will need to obtain the NON-javascript version of our button codes (as indicated on the button codes page), or affiliates should obtain fresh link code from Affiliate Admin. Then simply edit the code you obtained to replace any instance of "https://" with "http://", and replace any "&" characters with a ";", before pasting that modified code into your Myspace profile page.
For example, if the standard code you obtain from E-junkie Admin looks like this example:
<a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=XXXXXX&cl=YYYYY&ejc=2" target="ejejc" class="ec_ejc_thkbx"><img src="http://www.e-junkie.com/ej/ejadd_to_cart.gif" border="0" alt="Add to Cart"/></a>
...then you would modify that code to look like this before pasting into Myspace:
<a href="http://www.e-junkie.com/ecom/gb.php?c=cart;i=XXXXXX;cl=YYYYY;ejc=2" target="ejejc" class="ec_ejc_thkbx"><img src="http://www.e-junkie.com/ej/ejadd_to_cart.gif" border="0" alt="Add to Cart"/></a>