ds
Newbie
Posts: 1
Registered: 5/1/2006
Member Is Offline
|
| posted on 5/1/2006 at 08:13 AM |
|
|
Saving value in an array
I am updating a database with multiple records (same date field)
I would like to use one calendar control and save the output in an array. Similar to the following.
<input type='text' name='xeffdt[]' value='$effdt' size='6%'>
<a href="javascript:cal1.popup();"><img src="./calendar/img/cal.gif" width="16" height="16" border="0"></a>";
var cal1 = new calendar2(document.forms['frm1'].elements['xeffdt[]']);
cal1.year_scroll = true;cal1.time_comp = false;
Is this possible? If so, how do I do this?
DS
|
|
|
|