摘要:
写JS的时候获取select对象的value是很常见的事情 例如<script language="javascript">function selectInput(choose){ alert(choose.value); }</script><select name="month" onchange="selectInput(this)"> <option value="01">January</option> <option value=&qu 阅读全文
posted @ 2007-01-11 09:18
springside例子
阅读(255)
评论(0)
推荐(0)