> Fred,
>
> Thanks, can you give my a quick example?  I'm not sure I understand.
>
> --RC

Hope I can help you:

---app_globals.cfm----
<cfif NOT isdefined("ATTRIBUTES.fuseaction")>
 <cf_formurl2ATTRIBUTES>
</cfif>

---dsp_page.cfm----
<cfoutput>#attribtues.text#</cfoutput>


URL and Form Calls will work...
( index.cfm?fuseaction=yourfuse&text=Hello World
and
<input type="hidden" name="text" value"Hello World"> )

Greets,
Felix

-------------------------------------------------------
Felix Huber, Web Application Programmer, Webtopia
Guendlinger Str.2, 79241 Ihringen - Germany
[EMAIL PROTECTED]        (07668)  951 156 (phone)
http://www.webtopia.de        (07668)  951 157 (fax)
                              (01792)  205 724 (mobile)
-------------------------------------------------------



------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to