Skip to Content
0
Former Member
Apr 21, 2009 at 11:01 PM

Show error Msg if delivery type is 'Expedited' when 'Order' button pressed

33 Views

Hi,

In the order.jsp if the Delivery type is 'Expedited' I should show error messge when the user press the 'Order' button. The Order button is placed in closer_details.jsp.

I thought of putting a flag but how the value would be passed between order,jsp and closer_details.jsp?

Please help.