syazyan
11-16-2006, 06:27 AM
hello there...i really hope that someone can help me with this code...
i have a drop down menu like this..
<select name="d_type" class="enterinput" id="d_type">
<option selected>Select Type</option>
<option value="IMG" onClick="javascript">Image</option>
<option value="STA">Statistic</option>
<option value="DIR">Director</option>
<option value="SHR">Share Holder</option>
<option value="OTH">Other</option>
<option value="OWR">Owner</option>
<option value="COL">ROC Old Name</option>
<option value="NME">ROC Name</option>
</select>
then...i need to generate the order code using the value from the drop down plus random number..such as.. IMG-1234567...
the order code will be generated once the customer choose the "d_type" from the drop down menu...
could anyone help me???
i have a drop down menu like this..
<select name="d_type" class="enterinput" id="d_type">
<option selected>Select Type</option>
<option value="IMG" onClick="javascript">Image</option>
<option value="STA">Statistic</option>
<option value="DIR">Director</option>
<option value="SHR">Share Holder</option>
<option value="OTH">Other</option>
<option value="OWR">Owner</option>
<option value="COL">ROC Old Name</option>
<option value="NME">ROC Name</option>
</select>
then...i need to generate the order code using the value from the drop down plus random number..such as.. IMG-1234567...
the order code will be generated once the customer choose the "d_type" from the drop down menu...
could anyone help me???