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">
<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">