Barney wrote:
>Take this snip from FB4:
>  <!-- this automatically adds the current circuit -->
>  <xfa name="process" value="process" />
>  ...
>  <a href="#self##xfa.process#">link text</a>
>versus this snip from a non-FB app:
>  <a href="../products/processproductform.cfm">link text</a>

Or versus this snip from a non-FB app:

<a href="#request.ProductsBaseHRef#processproductform.cfm">link text</a>

Or to stretch it a bit (too far perhaps):

<a
href="#request.BaseHRef##request.ProductsFolder#processproductform.cfm">
link text</a>

Or this:

<a href="#cgi.script_name#?#client.defaultparms#&blah=blah">link
text</a>

You certainly don't need FB to standardize locations.  Why would you
point to something that's so simple to achieve in so simple a fashion?
I can move an entire web site by a)copying the files, b)reassigning to a
new dsn and c)editing a db record to change urls and physical paths.
Elapsed time is maybe 5 minutes, with 3 of that being the copy process.
In a simpler app this could simply go into something like
application.cfm.

--------------------------------------------
 Matt Robertson       [EMAIL PROTECTED] 
 MSB Designs, Inc.  http://mysecretbase.com
--------------------------------------------

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to