This is my code, all by itself on a single page: <cfform name="TestForm" method="post" action=""> <cfinput type="datefield" name="testDate"> </cfform> Code (markup): It brings up the form field, but as you can see, the calendar icon next to it doesn't work. Nor does the javascript work to bring up a calendar for choosing the date. The funny part is that this exact same code works elsewhere on the same web server. For instance: if I move up to the parent directory it works fine. Any ideas?
Looks like some kindof path problem. But usually it either works 100% or fails 100%. View the page source. You'll see all the source file links at the top of the page. All the js/ajax stuff is located in /cfide. What's the path of the parent directory? Any reason the files might be visible from there but not a subdirectory?
you might want to use jqueryui to help you with that. I use it all the time and find it really useful. jqueryui.com