help!!
I have been trying to understand what to write on the "dots, dots, dots" part
and think I have missed a comand.
I did tried like this (I put some space between the right code that klad gave
me and my "dots, dots" one:
i do not think is a Paypal wrong code but if it is please let me know.
thank you so much
taglia_s.onRelease = function () {
sendLV=new LoadVars();
receiveLV=new LoadVars();
sendLV.cmd="_cart";
sendLV.business="info@studiosimultaneo.com";
sendLV=new LoadVars("<form target="paypal"
action="
https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="image" src="
https://www.paypal.com/it_IT/i/btn/x-click-but22.gif" border="0" name="submit" alt="Effettua i tuoi pagamenti con PayPal. un sistema
rapido, gratuito e sicuro.">
<img alt="" border="0" src="
https://www.paypal.com/it_IT/i/scr/pixel.gif" width="1" height="1">
<input type="hidden" name="add" value="1">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="info@studiosimultaneo.com">
<input type="hidden" name="item_name" value="crazy printer">
<input type="hidden" name="amount" value="30.00">
<input type="hidden" name="shipping" value="4.00">
<input type="hidden" name="buyer_credit_promo_code" value="">
<input type="hidden" name="buyer_credit_product_category" value="">
<input type="hidden" name="buyer_credit_shipping_method" value="">
<input type="hidden" name="buyer_credit_user_address_change" value="">
<input type="hidden" name="no_shipping" value="0">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="EUR">
<input type="hidden" name="lc" value="IT">
<input type="hidden" name="bn" value="PP-ShopCartBF">
</form>");
sendLV.bn="PP-ShopCartBF";
sendLV.sendAndLoad("
https://www.paypal.com/cgi-bin/webscr?add=1",receiveLV,"POST
");
};
stop();