rh71
No Lifer
mental blockage here...
I need it to show like this on webpage:
<input box>
button1 .. button2
Basically, user inputs a value in input box and decides what to do with it... addvalue or subtractvalue, for instance.
(Button 1 goes to add.cfm for processing input box value
Button 2 goes to subtract.cfm for processing input box value)
How do I get this to work ? Right now I have the following code but obviously I can't get to "myvalue" on either of the subsequent .cfm pages since it's not in the <form>.
I need it to show like this on webpage:
<input box>
button1 .. button2
Basically, user inputs a value in input box and decides what to do with it... addvalue or subtractvalue, for instance.
(Button 1 goes to add.cfm for processing input box value
Button 2 goes to subtract.cfm for processing input box value)
How do I get this to work ? Right now I have the following code but obviously I can't get to "myvalue" on either of the subsequent .cfm pages since it's not in the <form>.