I have the following piece of code which allows a user to select 0,30,60 or 90 day order horizon days, I need to change this to a text box where they can enter in any number, I am very new to this and have no clue how to handle this...any advice would be appreciated.
<td bgcolor="white" align="left" width="550">
<span class="pagecontent">
<select name="das007_p1">
<option value="0">0</OPTION>
<option value="30">30</OPTION>
<option value="60">60</OPTION>
<option value="90">90</OPTION>
</select>
<bean:message key="reports.days"/>
</span>
</td>
<td bgcolor="white" align="left" width="550">
<span class="pagecontent">
<select name="das007_p1">
<option value="0">0</OPTION>
<option value="30">30</OPTION>
<option value="60">60</OPTION>
<option value="90">90</OPTION>
</select>
<bean:message key="reports.days"/>
</span>
</td>