PDA

View Full Version : Concatination


crmpicco
06-30-2005, 05:48 PM
How do i make the value of this text box:


<input type="text" name="dobinum<%=k%>">


the values of these concatinated?


<input type="text" name="the_date" id="the_date" style="font:7pt;" size="2">
<input type="text" name="the_month" id="the_month" style="font:7pt;" size="2">
<input type="text" name="the_year" id="the_year" style="font:7pt;" size="3">

Brandoe85
06-30-2005, 07:14 PM
Why not just add them together on your next page that is processing the form?