Can someone tel me the code to put a dropdown box showing default values as shown below using script ..i,e by enclosing them in document.write in script
<CODE>
<SELECT NAME="choice" >
<OPTION VALUE="1">one </OPTION >
<OPTION VALUE="2">two </OPTION >
<OPTION SELECTED VALUE=" 5 "> 5 </OPTION>
</SELECT>
</CODE>