I want to know how can i sent the content of a flash form as an attachment.
let's say we have:
 
<cfquery name ="x" datasource ="ds">
select * from tablename
</cfquery>
 
<cfform name="frm_any format="flash">
<cfinput type="text" name=" txt1" value="#x.something#">
<cfinput type ="text" name ="txt2" value="#x.somethingelse#">
 
<cfinput type ="submit" name ="email" value ="email">
</cfform>
 
I want to open outlook and attach a file contain the value of my cfinputs.
Thanks
 
 
_________________________________________________________________
Discover the new Windows Vista
http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2

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

Reply via email to