|
|
|
ช่วยด้วยค่ะ .. code ASP popup calendar คลิกได้แค่ 2 ครั้ง |
|
|
|
|
|
|
|
ใช้ตัวไหนอะไรยังไง บอกด้วยซิครับ แบบนี้รอจนแก่ก็ไม่ได้คำตอบ
ปล. ผมชอบใช้ jquery ui datepicker + masked input plugin
|
|
|
|
|
Date :
2010-09-12 00:55:18 |
By :
PlaKriM |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// สร้าง input date ค่ะ
<td>
<input <% if Trim(Request("txtM"))<>"" then Response.Write "disabled onFocus=this.blur();"%> type="text" name="txtDate" value="<%if i-1 <= Ubound(ArrDate) then Response.Write Trim(ArrDate(i-1)) Else Response.Write ("Click here to select date..")%>" size="15" readonly
onClick="calpopup('../Calendar/Calendar.asp?Page=Front&Form=frmProduct&Element=<%=intElmTxtDate %>')" style="text-align: right; cursor : hand;" ></td>
function calpopup(lnk) {
window.open(lnk, "calendar","height=200,width=255,scrollbars=no");
//สร้าง หน้า Calendar ค่ะ
|
|
|
|
|
Date :
2010-09-12 09:48:42 |
By :
jam |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|