will this code will work

crinch
crinch's picture

Joined: 2008-03-12
Posts: 21
Posted: Tue, 2008-04-08 06:51

Gallery is using this code to send images to photoworks, if I send this block of code, will it work?
<add-cart-request cobrand="CB_GP"
* pricelist="1"
* entry-page="/sbo/anonCart.jsp"
* return-url="http://localhost/anon/test.html">
* <image id="1" url="http://localhost/anon/John.jpg"
* thumb-url="http://localhost/anon/John_BigThumb.jpg"
* height="1200"
* width="1600"/>
* <image id="2" url="http://localhost/anon/Jig.jpg"
* thumb-url="http://localhost/anon/Jig_BigThumb.jpg"
* height="1200"
* width="1600"/>
* </add-cart-request>

thanks, require help.