Our webserver is set up so the security certificate is a layer down from the rest of the pages, i.e., http pages load at www.xyz.com while https pages load at www.xyz.com/secure.
When loading a page using cfform CF looks for the CFIDE directory which is actually up a layer or two from the directory where www.xyz.com attaches. This is okay for non-secure pages because of the default path set in the administrator but, with a secure page, you get a warning that there are non-secure items on your page because CF is pulling javascript from the CFIDE sub-directory. I found one solution that requires running multiple instances of CF. I tried making a copy of the CFIDE/scripts subdirectory down off the secure subdirectory and then refering it as a src in my header - didn't work. Other than just living with it until the form is finalized then copying the generated html into the form, overwriting the CF code (that does work, BTW) - any other suggestions? Larry V. Stephens Indiana University Office of Risk Management [EMAIL PROTECTED] 812-855-9758 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:278301 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

