-
1. Re: cfinput type=datefield not working in some browsers
BKBK Oct 10, 2012 1:29 PM (in response to sduncanute)Your application apparently does not have access to the system directory, /CFIDE/scripts/. Make sure it does.
By default, a mapping for CFIDE is configured in the ColdFusion Administrator. Verify it exists, and that it refers to the right location.
-
2. Re: cfinput type=datefield not working in some browsers
sduncanute Oct 10, 2012 1:49 PM (in response to BKBK)I just checked the IIS configuration and CFIDE is mapped to the website area and is accessible.
The form works in most browsers. It doesn't work in some. I'm trying to figure out why it doesn't work in some.
Sue
-
3. Re: cfinput type=datefield not working in some browsers
BKBK Oct 10, 2012 3:11 PM (in response to sduncanute)CFIDE doesn't seem to be accessible. To see what I see, open the link you gave above. Then view the source.
The links to the scripts are resolved as /CFIDE/scripts/etc./etc., whereas the link to the form's action page is resolved as dorvp-staff-expenseclaim.cfm (that is, in same directory as form).
-
4. Re: cfinput type=datefield not working in some browsers
sduncanute Oct 11, 2012 5:58 AM (in response to BKBK)No, that's not it. You'll notice that my css file is referred to the same way. As a matter of fact, I proved it to myself by looking at the "loading" graphic directly:
http://www.ute-sei.org/CFIDE/scripts/ajax/resources/cf/images/loading.gif
Since I can see that graphic, I think I have to assume that the CFIDE directory is accessible.
Humm.. I just tried on a system that it doesn't work on, and I'm getting a 403.6 forbidden... back to the drawing board and more updates to come.
-
5. Re: cfinput type=datefield not working in some browsers
sduncanute Oct 11, 2012 6:06 AM (in response to sduncanute)It's fixed... The CFIDE was there and accessible and to internal systems it worked fabulously..where things fell apart was outside systems. I didn't catch on because some of the wireless devices I connected to were in the network and some were outside.
CFIDE had a restriction to the internal network. Not sure why, but by taking that restriction off, it now works fine.
Thanks for taking me in the right direction.
Sue
-
6. Re: cfinput type=datefield not working in some browsers
BKBK Oct 11, 2012 2:06 PM (in response to sduncanute)Ah, I'm glad to hear you've solved it. All's well that ends well.

