> Well, you could always do it the fuselet way! That is 
> possible. (and it'll execute ColdFusion code directly 
> in the HTML page) best part, none will ever be able to 
> see your source code (even if they do a VIEW SOURCE on 
> it, which is always a good thing).
> 
> You basically have a coldfusion page on the server, and 
> call it as follows:
> 
> <SCRIPT SRC="http://www.fuselets.com/chat/fuseletchat.htm?...

This would require you to rewrite your CFM file so that it outputs
acceptable JavaScript, which is a bit different than what the original
poster was requesting, I think. (I could be wrong about that, though.)

As for no one being able to see your source code, this is no different than
any other CFM page - you can't see the server-side code, but you can
certainly see the generated JavaScript. If the browser executes it, you can
see it, one way or another.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.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

Reply via email to