edit choice

liunx

Guest
Can the following code be changed to allow the user choose one option OR type in a new one of their own??<br />
<br />
<br />
<td align="center"><br />
<select name="P_Status" class="login_searchbox" style='width: 335px;'><br />
<option value='None' class="login_searchbox" >None</option><br />
<option value='Active' class="login_searchbox" >Active</option><br />
<option value='Planned' class="login_searchbox" >Planned</option><br />
<option value='On Hold' class="login_searchbox" >On hold</option><br />
<option value='Archived' class="login_searchbox" >Archived</option><br />
</select><br />
</td><!--content-->I think that it would be best, on the drop down box, to have an 'other' option. Then under the 'other' box, have a text box which the user then types in... unless you use javascript, the user will be able to both select "Planned" and type in the text box.<!--content-->
 
Back
Top