The Java classes for the ColdFusion Java form elements are stored in the
CFIDE directory beneath the root directory of the default Web site. On
virtual Web sites, you need to set up a virtual directory called CFIDE and
map it to the default Web site's \CFIDE\ directory, or, optionally, copy
over the \CFIDE\classes directory to the Web root.

To answer your other question, the Web address should not be fully qualified
as this could cause issues with Web sites that have multiple domain names
such as www.domain.com as opposed to domain.com. Java's built in security
will not allow code to execute across domains so if you were on domain.com
and the code base pointed to www.domain.com, then the applet would not load.

Benjamin S. Rogers
Web Developer, c4.net
Voice: (508) 240-0051
Fax: (508) 240-0057

-----Original Message-----
From: Matthew Walker [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 07, 2001 5:47 PM
To: CF-Talk
Subject: CFSLIDER


Hi,
Anybody had any trouble with CFSLIDER? I used it here in a Web page, and it
seems like machines w/o CF installed don't automatically dl the Java applet
(machines with CF installed already have the applet installed I think). One
thing I wonder is the
        CODEBASE="/CFIDE/classes/"
in the final HTML. Shouldn't there be a full Web address there? How do I
change this, given that CODEBASE isn't part of the CFSLIDER tag???

Take a look:

http://www.rmf.org.nz/colorpicker/


Regards,
Matthew Walker

<!---
  ============================================
       E l e c t r i c   S h e e p   W e b
          Innovative  Web  Applications
  --------------------------------------------
    Tel....: +64-3-374 2137
    Mobile.: +64-25-605 5747
    Fax....: +64-3-377 7930
    Web....: http://www.electricsheep.co.nz/
    Post...: P O Box 13-907, Armagh
             Christchurch, New Zealand
    Street.: 71 Durham Street
             Christchurch, New Zealand
  ============================================
--->
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to