Hi,
is it possible to make asynchronous flowscript function calls?? For example users can make purchase orders on my site, and at the moment my script adds an order item(shopping cart), via my hibernate persistence layer, and then redirects the user back to the page they made the order from. What I want to be able to do is to add an item to a shopping cart without having to leave the page. So,


1. click submit button on page to add an item and the number required, which in turn call the flowscript function which adds the order item to the cart without leaving the page I am currently on. Is this doable???


Peter



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to