Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | FLASH: Shopping cart linkage |
From: | Steve Arnold |
Date: | Thu, 13 Apr 2000 13:36:57 +0100 |
Dear Flashers,
Our shopping cart company uses the following html to link each of our
products to their cart:
<form
action="https://www.shopcreator.com/mall/shopcreatorcart/shoppingcart.cfm"
method="POST">
<input type="hidden" name="quantity" size=3 value=1>
<input type="hidden" name="store" value="cctvcity">
<input type="hidden" name="desc" value="Colour Camera Premier Kit">
<input type="hidden" name="number" value="PREMKIT1">
<input type="hidden" name="price" value="200.00">
<input type="hidden" name="backto" value="www.cctv-city.co.uk">
<input type="image" name="Add to Cart" border=0 src="buy.gif">
</form>
Pretty self explanatory stuff, my question is:
How do I integrate the above into our FLASH site when the buy button is
clicked ? Can we use a single GET URL or is there another way (obviously
without using java or calling an additional HTML for each product)
Many Thanks,
Steve Arnold
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml
Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
Re: FLASH: Shopping cart linkage, Robbert - Jan
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]