Azadi,

Should this work?

-Jim

myCFC.cfc

<cfcomponent>
        <cffunction name="myFunction" access="remote" returntype="string">      
        
    <cfargument name="var1" type="string" default="">
                <cfset myResult="Hello World">
                <cfreturn myResult>
        </cffunction>
</cfcomponent>

myExample.cfm

<cfform>
     <cfinput name="tinput1" type="text">
     <cfinput name="tinput2" type="text" bind="{tinput1}"><br><br>            
           
     <cfinput name="tinput3" type="text" bind="cfc:myCFC.myFunction([EMAIL 
PROTECTED])">
</cfform> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303691
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to