Micah
Newbie
Posts: 1
Registered: 9/26/2002
Member Is Offline
|
posted on 9/26/2002 at 11:42 PM |
|
|
No Target Control Specified?
I put the script in the page, calling the calendar2.js file in the header, adding the popup stuff in the form, and the script right after the form as
reccomended.
now I'm getting multiple Errors:
"Error calling the Calendar: No target control specified."
What would cause this? I created the instances matching the pop-ups.
I'm stumped.
Nice script BTW, I wish I could get it to work.
|
|
|
tigra
Administrator
Posts: 1926
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 10/2/2002 at 12:40 PM |
|
|
In calendar call you don't specify valid control calendar should get_from/return_to date values.
|
|
|
woooody
Junior Member
Posts: 2
Registered: 11/26/2002
Location: Omaha, NE
Member Is Offline
|
| posted on 11/26/2002 at 10:27 PM |
|
|
Problem Solved - No target control specified
The problem is in the bottom javascript that lays out all 8 Calendar objects - you don't need all 8. Just use the one (or how ever many you used)
that is in your
|
|
|