<script type="text/javascript">
</script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script>
http://www.corange.cn/archives/2008/10/1912.html
- <td><select name=iyear><%
- dim bires,birse
- for i=1990 to year(now)
- birse=""
- if int(year(bires))=int(i) then
- birse=" selected"
- end if
- response.write vbcrlf&"<option value='"&i&"'"&birse&">"&i&"</option>"
- next
- response.write vbcrlf&"</select>年 <select name=imonth>"
- for i=1 to 12
- birse=""
- if int(month(bires))=int(i) then
- birse=" selected"
- end if
- response.write vbcrlf&"<option value='"&i&"'"&birse&">"&i&"</option>"
- next
- response.write vbcrlf&"</select>月 <select name=iday>"
- for i=1 to 31
- birse=""
- if int(day(bires))=int(i) then
- birse=" selected"
- end if
- response.write vbcrlf&"<option value='"&i&"'"&birse&">"&i&"</option>"
- next
- %></select>日<%response.write redx%></td>