bekind
Newbie
Posts: 1
Registered: 3/8/2005
Member Is Offline
|
| posted on 3/8/2005 at 12:53 AM |
|
|
cal1 has no properties
I installed the calendar on a page with a form so I added another form that includes the calendar. When the page loads, I receive a javascript error
that says document.forms[1] has no properties. Then when I click the calendar icon I receive a javascript error that says cal1 has no properties.
I'm not sure what properties I should be giving here. The form has the typical form construct: <form name="search" method="get" action=""
target="_blank" >that I'm just using to try to get something to load. I'm operating within another form so I'm just using this particular
form to get the calendar "hooked" as the documentation states.
|
|
|
|