I'm not sure what Pat is doing, but I took away from the
original postings a solution to a problem I'd been working
on.  I'm using a non-standard way to pass fusebox vars.
My recent mod is to use

index.cfm/FA1.value1/FA2.value2/FA3.value3.htm

where FA1, FA2, FA3 are two-character fuseaction names, and
value1, value2, value3 are their values, respectively.
(The ".htm" is stripped off before app_locals.cfm goes to
work on the list delimited by "/")

The chain of fuseaction values (3 in the above) is also used
in displaying breadcrumb trails.

(My app has long lists of URLs like the above, so in the
spirit of Yahoo minimalist page size practice a two character
fuseaction name reduces the page size.  Check out the source
of Yahoo's home page some time.  It's no wonder it loads in
less than 2 seconds.)

Works very nice.  Thanks!

best,  paul


At 10:39 AM 7/12/00 -0400, you wrote:
>Pat, do you mean that you are not using the variable name "fuseaction" but
>another variable name for your nested fuseboxes?
>
>Hal Helms

------------------------------------------------------------------------------
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