snowboardr
Programmer
Ok i have a price list that is outputed to the screen, some have the option to have multiple quantities.. I need to figure out how to match up the price with the textbox and multiply those, as well as adding up everthing else..
Thanks for any help in advance..
Jason
<%
Do while not rs.eof
<tr bgcolor="#EEEEEE">
<td width="51%"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><%=rs("o_feature"
%></font></td>
<td width="28%"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">
<input type="checkbox" name="pricecheck" value="<%=rs("price"
%>">
$<%=rs("price"
%></font></td>
<td width="21%"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">
<% If rs("quantity"
= "True" Then Response.Write " x <input type=""text"" name=" & Chr(34) & StrTick & Chr(34) & " size=""4"" maxlength=""6"">"%>
</font><font face="Verdana, Arial, Helvetica, sans-serif" size="2"></font></td>
</tr>
<%
rs.movenext
loop
%>
Thanks for any help in advance..
Jason
<%
Do while not rs.eof
<tr bgcolor="#EEEEEE">
<td width="51%"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><%=rs("o_feature"
<td width="28%"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">
<input type="checkbox" name="pricecheck" value="<%=rs("price"
$<%=rs("price"
<td width="21%"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">
<% If rs("quantity"
</font><font face="Verdana, Arial, Helvetica, sans-serif" size="2"></font></td>
</tr>
<%
rs.movenext
loop
%>