In this example, when the person hits submit, call this page again
that checks to see if the form has been submitted, if so, add the items
onto the StoreItems and Quantities list.


On Fri, 28 Apr 2000, Tiberiu Vasilica wrote:

> Please help...
> How to store the added products in a session variable?  
> 
> <cfparam name="Sesion.StoreItems" default="">
> <cfparam name="Session.StoreQuantities" default="">
> 
>  <form action="additem.cfm" method="post">
>  <table cellpadding="3">
>  <cfoutput query="select">
>  <tr>
>  <td>
>  <input type="hidden" name="Prod#ProdID#" value="#ProdID#">
>  <input type="text" name="Quant#ProdID#" size="3" >
>  </td>
>  <td>#Artist#</td>
>  <td>#title#</td>
>  <td>#NumberFormat(Price)#</td>
>  </tr>
>  </cfoutput>
>  </table>
>  <input type="submit" value="Add to basket">
>  <input type="reset" value="Reset">
>  </form>
> 
> 
> ------------------------------------------------------------------------------
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
>message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
> 


              Tariq Ahmed - [EMAIL PROTECTED] - ICQ 6308515
         TIBCO Finance Technology - Web Group - Senior Web Engineer
     Work: 650-461-3472   Pager: 800-759-8888x1702632   Fax: 650-461-3003
                 3375 Hillview Avenue. Palo Alto, CA. 94304.

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to