Hi
Sincere apologies if we have wasted your time. The problem was in
house using incorrect file it works fine with correct files.
Barney
On Sep 11, 9:12 pm, Ropu <rova...@gmail.com> wrote:
Hi
if you want to do that with out server side programming (ie, refresh page
when the qty is changed and set the correct price according to the new qty )
you should use JavaScript to add the price logic in the buyer side (browser)
hope this helps
ropu
On 9/11/07, Barney <com_...@compuserve.com> wrote:
We have price breaks at quantiries 10, 25, 50
We calculate the price reduction at these price breaks and then assign
the variable to item_price_201 using the value webcam_price_201.
out.println("<input type=hidden name= item_price_201 value=\""+
webcam_price_201+"\">");
When we run this code the value of item_price_201 does not change,
retaining the original value for quantities less than 10.
Is it not possible to assign a variable to item_price_201?
- Show quoted text -