DropDownList控件 與TextBox控件的組合

    

        <table>
        <tr> 
 <td align="right"  width="33%">&nbsp;</td>
 <td align="center"  width="33%"><strong>工作日時限:</strong></td>
 <td align="left"  width="33%">
 <asp:TextBox ID="aaa" runat="server"  style="width:90px;POSITION: absolute"></asp:TextBox>
 <select  id="choose" onchange="document.all['aaa'].value=this.options[this.selectedIndex].value" style="width:107px;CLIP: rect(auto auto auto 90px); POSITION: absolute">
  <option value=""></option>
  <option value="5">5</option>
  <option value="10">10</option>
  <option value="15">15</option>
 </select>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;天</td>
 
</tr>
        </table>
        </div>
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章