Advertisement
Advertisement
| 08.16.2008 at 01:55AM PDT, ID: 23653234 | Points: 500 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: |
<tr valign="middle" class="tablerowdata" bgcolor="#FAFAFA">
<td height="21" align="left"> Bike Name:</td>
<td height="21" align="left">
<select name="txtBike" type="Text" class="tablerowdata" id="txtBike" size="23" onchange="txtDepartment.focus()">
<%call showDropDownList(objConn, objRS, "Bikes")%>
</td>
</tr>
|