Question
Using popups in ColdFusion
With CF, to display something, I would do
<cfoutput>#session.order_number#</cfouput> to display
the value of order number.
I have a javascript popup in my action page to display a message as soon as my form is submitted, which works fine. How can I get the value of order number to dispaly in the popup also, is that even possible ?
thanks
I have a javascript popup in my action page to display a message as soon as my form is submitted, which works fine. How can I get the value of order number to dispaly in the popup also, is that even possible ?
thanks