> One other question since you're in a shared hosting 
> environment...what are you doing about the cfform 
> javascript mapping?
> 
> The javascript is now encapsulated into a .js file 
> that resides in the CFIDE directory in the webroot. 
> When the form is written out to HTML you get this:
> 
> <SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript"
> SRC="/CFIDE/scripts/cfform.js"></SCRIPT>
> 
> Only problem is...if you're not the root site (the one 
> with the CFIDE virtual mapping in it)...you don't have 
> access to this file.
> 
> The two options I see at the moment are to either map 
> the CFIDE directory to every virtual site OR get a copy 
> of the cfform.js file, put it in a local directory and 
> then add 'scriptSrc="mylocaldirectory/cfform.js"' to all 
> my cfform tags. Either way seems to suck at the moment.

I don't have anything to do with shared hosting environments, but I'd
recommend that you set up a copy of the CFIDE directory (minus the
Administrator subdirectory) as a virtual directory for each virtual server.
This doesn't have to suck - you can automate the process on many web
servers. You'll need the CFIDE directory for each virtual server to use
several things, such as CFFORM Java applets and CFWDDX client-side
functionality.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
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

Reply via email to