Snake wrote: > If you call a CFC directly in your browser it will cause the cfc browser to > execute.
Only if you call it without arguments. Any remote method within a CFC can be accessed like so: http://www.opensourcecfc.com/some.cfc?method=someMethod&arg1=arg&arg2=arg It's a convenient way to test CFC methods sometimes. Rick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262631 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

