hey all,
been a while since i have posted, but here i am, in need of help.
I am building a flash site with a store in it
and i need to link it to a 3rd party e-commerce site,
http://www2.clicshop.com/En/products.html
the trouble is, that this site give me this HTML code to drop into the site:
<!-- HTML CODE FOR PRODUCT Celtic Sea Salt Bath - Tantra 16545347–>
<FORM NAME=“Form16545347” METHOD=“POST” ACTION=“http://www2.clicshop.com/Scripts/Cart/Add.asp”>
<IMG SRC=“http://www2.clicshop.com/Scripts/Logs/VoirPhoto.asp?StoreID=25969&CategoryID=240773&ItemID=16545347&Show=0&Language=2&U=gopigirlgirl”>
<TABLE BORDER=“0” CELLPADDING=“3” CELLSPACING=“0”>
<TR><TD COLSPAN=“2”>
<FONT FACE=“ARIAL” SIZE=“2”><B>$CAD 10.00</B></FONT></TD></TR>
<TR>
<TD><SMALL><FONT FACE=“Arial”>Quantity</FONT></SMALL></TD>
<TD><INPUT MAXLENGTH=“4” NAME=“Q” SIZE=“5” VALUE=“1”></TD></TR>
<TR>
<TD COLSPAN=“2”>
<INPUT BORDER=“0” SRC=“http://www2.clicshop.com/Template/ClicShop/Eng/GenereMagasin/Template1/Images/item_add.gif” TYPE=“IMAGE”><BR>
<A HREF=“http://www2.clicshop.com/Scripts/Cart/View.asp?b=25969&Language=2”><IMG SRC=“http://www2.clicshop.com/Template/ClicShop/Eng/GenereMagasin/Template1/Images/item_cart.gif” BORDER=“0”></A><BR>
<A HREF=“https://www2.clicshop.com/Scripts/Checkout/Checkout.asp?b=25969&Language=2”><IMG SRC=“http://www2.clicshop.com/Template/ClicShop/Eng/GenereMagasin/Template1/Images/item_checkout.gif” BORDER=“0”></A>
</TD></TR></TABLE>
<INPUT TYPE=“HIDDEN” NAME=“Language” VALUE=“2”>
<INPUT TYPE=“HIDDEN” NAME=“Item” VALUE=“16545347”>
<INPUT TYPE=“HIDDEN” NAME=“b” VALUE=“25969”>
<INPUT TYPE=“HIDDEN” NAME=“URLEnd” VALUE=“Panier”>
</FORM>
<!-- END OF CODE FOR PRODUCT Celtic Sea Salt Bath - Tantra 16545347–>
Which obviously generates a little HTML cell, rather useless for a flash0only site. I am not terribly adept with HTML, is there anyone that can extract from this what URL i need to have linked to the flash - shopping cart to send users to the correct page in clic-shop? Is this even doable? Is this a magic ASP-based problem that i will never be able to strangle to the ground?
Thanks!