<input name="start_price" id="start_price" type="text" size="5" onkeyup="value=value.replace(/[^\d]/g,'')" onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))" />
table居中:
<div align=center valign=middle>
<table>
<tr> <td> 居中 </td> </tr>
</table>
</div>