Jeff, I'm guessing you're just having a server config problem that is hidden from you. Let me explain and tell me if I'm on the right track. First, as for the the problem of loading Flash trees and forms without having that extra click, MM/Adobe has solved that by way of how they implement the CFTREE code (by way of some Javascript code that comes with CF and is called by the HTML code built by the CFTREE and CFFORM tags). If you run your example, you'll notice among the code to load the flash form is a line like this: <script type="text/javascript" charset='utf-8' src='/CFIDE/scripts/CF_RunActiveContent.js'></script>
Well, what if your server is misconfigured such that the /CFIDE directory isn't there or doesn't respond? Or if that scripts subdirectory or the specific file was for some reason missing? To test my theory, browse the file on your server: http:// <http://<yourserver>/CFIDE/scripts/CF_RunActiveContent.js> <yourserver>/CFIDE/scripts/CF_RunActiveContent.js Do you get a 404? If so, there's your problem. Many shops create new web server web sites on CF servers without providing a mapping to that needed /CFIDE directory. Have them create such a mapping in your web site and you should be good to go. If that's not it, let us know. If you wonder, "why didn't I get an error message?", well, the problem isn't CF's. CF can't know when it builds the HTML whether the code will be served on a web server (or specific web site on a web server) that doesn't have access to that directory (or a mapping to it). So the error really was sent from the web server to the browser (when it requested the file in the SCRIPT tag), but such errors are often hidden by default. You may see a yellow triangle in the lower left of the IE window which indicates that a scripting error has occurred. /Charlie http://www.carehart.org/blog/ _____ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Howard Sent: Wednesday, December 06, 2006 1:26 PM To: [email protected] Subject: Re: [ACFUG Discuss] cftree Hey there, I have one more question about cftree that I was hoping one of you gurus could help me decide on. I was asked to make it so you do not have to click on the cftree control in IE after loading the page. I've been googling about and it seems like there are quite a few solutions out there. The 2 that I've tried so far don't work correctly. So, I ask you if you have a solution that you use or can point me in the direction of one that funtions. Thanks in advance, Jeff ------------------------------------------------------------- To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform For more info, see http://www.acfug.org/mailinglists Archive @ http://www.mail-archive.com/discussion%40acfug.org/ List hosted by FusionLink <http://www.fusionlink.com> ------------------------------------------------------------- ------------------------------------------------------------- To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform For more info, see http://www.acfug.org/mailinglists Archive @ http://www.mail-archive.com/discussion%40acfug.org/ List hosted by http://www.fusionlink.com -------------------------------------------------------------
<<attachment: image002.jpg>>
