|
Posted by Steve Pugh on December 17, 2004, 4:42 pm
Please log in for more thread options
>On my form I have a text input box.
>There are also radio buttons.
>
>I need to take the value of the input box and the value of the selected
>radio button and concatenate them with a plus sign in between.
>
>So if the input box's value is: "Hello"
>and the input box's name is name=step1
>and the radio button's value is: "David"
>
>I want the output to be:
>
>step1=Hello+David
>
>with the plus sign between them.
>
>How can I do this?
With whatever server side script is processing the form.
Ask in a newsgroup devoted to whichever language your script is
written in.
Steve
|