|
|
|
listbox month ทำไมมันโชว์เเค่เดือน มกราคม เดือนเดียวอะครับ |
|
|
|
|
|
|
|
Code (ASP)
<select name="month">
<%
months = array("มกราคม ", "กุมภาพันธ์ ", "มีนาคม ", "เมษายน ", "พฤษภาคม ", "มิถุนายน ", "กรกฎาคม ", "สิงหาคม ", "กันยายน ", "ตุลาคม ", "พฤศจิกายน ", "ธันวาคม ")
%>
<% For i=0 To i<uBound(months) %>
<option value="<%=i+1%>"<%If Month(Now())=i+1 Then Response.write ("selected=selected")End If%>>
<%=months(i)%>
</option>
<%Next%>
</select>
Tag : ASP
|
|
|
|
|
|
Date :
2013-10-23 01:41:03 |
By :
biggest59 |
View :
1214 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้เเล้วครับ อิอิCode (ASP)
<select name="month">
<%
months = array("มกราคม ", "กุมภาพันธ์ ", "มีนาคม ", "เมษายน ", "พฤษภาคม ", "มิถุนายน ", "กรกฎาคม ", "สิงหาคม ", "กันยายน ", "ตุลาคม ", "พฤศจิกายน ", "ธันวาคม ")
%>
<% For i=0 To uBound(months) %>
<option value="<%=i+1%>"<%If Month(Now())=i+1 Then Response.write ("selected=selected")End If%>>
<%=months(i)%>
</option>
<%Next%>
</select>
|
|
|
|
|
Date :
2013-10-23 01:46:49 |
By :
biggest59 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|