This was my point as well... Thanks Matt. Clint ----- Original Message ----- From: "Matt Robertson" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, July 17, 2003 2:13 PM Subject: RE: Cons to Fusebox
> 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 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

