jshesek
Junior Member
Posts: 2
Registered: 4/5/2005
Member Is Offline
|
| posted on 4/5/2005 at 06:11 PM |
|
|
Using Multiple Times on 1 page
Hello,
I'd like to use the calendar picker 4 times in one form. The user picks "a From Date and a To Date" two times. How do I put the var statement
?
var cal6 = new calendar2(document.forms['form1'].elements['txtAcFrom']); ?
(I chg txtAcFrom for the input txt box used.)
If I use the same var name, cal6, it doesn't work. Doesn't cal6 indicate which calendar to use?
Thx Jshesek
|
|
|
jshesek
Junior Member
Posts: 2
Registered: 4/5/2005
Member Is Offline
|
| posted on 4/5/2005 at 06:32 PM |
|
|
I figured it out.
|
|
|