jodonovan
Newbie
Posts: 1
Registered: 5/2/2003
Member Is Offline
|
| posted on 5/2/2003 at 11:10 AM |
|
|
Error calling the calendar: no target control specified
i am using ASP to generate a form with drop boxes. Not all the boxes are displayed or generated in code until the appropiate time in the process. when
the page is called for the first time i get the above error,
any ideas
|
|
|
nik
Posts:
Registered: 1/1/1970
Member Is Offline
|
| posted on 5/5/2003 at 08:23 AM |
|
|
This may happen because it's not enough time for form to load when it is called. ASP processes the code slower than other script languages. To
solve your problem you should just optimize function speed of your code, put all ASP constructions beyond calendar's form call, or use only HTML.
|
|
|