> We have some weird things going on here with some university > apps written in CF. If using IE 6 we are prompted for a username > and password and prompted to install CFJava.cab!!! This just > started happening outta the blue.. Any ideas? This doesn't happen > in netscape.
If you're using CFFORM with the ENABLECAB attribute set to "yes", you'll be prompted to install CFJava.cab when using IE. If you accept the prompt, the Java applets will be installed permanently on your machine via ActiveX, so you won't have to download them again in the future. Netscape doesn't support ActiveX, so you don't get the prompt if you're using Netscape. I suspect that you're getting the password prompt because you've applied authentication to your /CFIDE directory, which is where CFJava.cab is stored. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

