Cyberkiller6
Banned
<form name="form2" method="post" action="https://">
<font size="5">Size: </font>
<input type=hidden name=id value="dv">
<select name="select">
<option value="500-3033">2114</option>
<option value="500-3032">2117</option>
</select>
<font size="5">Quantity Desired:</font> <input type=text size=2 name=select> <input type=SUBMIT NAME=SUBMIT value="Buy Me"></td>
</form>
<input type=text size=2 name=select>, name needs to = the option value of the product the person selects from the box such as the 500-3033, how do I go about doing that?
<font size="5">Size: </font>
<input type=hidden name=id value="dv">
<select name="select">
<option value="500-3033">2114</option>
<option value="500-3032">2117</option>
</select>
<font size="5">Quantity Desired:</font> <input type=text size=2 name=select> <input type=SUBMIT NAME=SUBMIT value="Buy Me"></td>
</form>
<input type=text size=2 name=select>, name needs to = the option value of the product the person selects from the box such as the 500-3033, how do I go about doing that?